Compose files, instructions and extras for using my automatic proxy containers
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

docker-compose.override.http.yml 772B

1234567891011121314151617181920212223
  1. ---
  2. version: '2'
  3. services:
  4. # letsencrypt-http uses the HTTP-01 challenge to verify ownership. The
  5. # well-known files must be served by a webserver.
  6. letsencrypt-http:
  7. image: csmith/letsencrypt-http-01:latest
  8. container_name: autoproxy_letsencrypt-http
  9. restart: always
  10. volumes:
  11. - letsencrypt-data:/letsencrypt
  12. environment:
  13. # For testing purposes, use the Let's Encrypt staging server.
  14. # Remove this for production use!
  15. - STAGING=yes
  16. # To accept Let's Encrypt's temrs of service automatically:
  17. #- ACCEPT_CA_TERMS=yes
  18. # The e-mail address to provide to Let's Encrypt.
  19. - EMAIL=your@email.addr
  20. # Any environment variables your hook needs
  21. - MY_SECRET=1234567890123456789012345678901234567890