bootstrap.yaml 315 B

12345678910111213141516
  1. version: "3.3"
  2. services:
  3. bootstrap:
  4. build: .
  5. volumes:
  6. - ../certbot/www:/var/www/certbot
  7. - ../certbot/.files:/etc/letsencrypt
  8. - ./bootstrap.sh:/bootstrap.sh
  9. - ./bootstrap.env:/bootstrap.env
  10. ports:
  11. - 80:80
  12. env_file:
  13. - bootstrap.env
  14. entrypoint: /bootstrap.sh