Compose files, instructions and extras for using my automatic proxy containers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.override.mydnshost.yml 844B

123456789101112131415161718192021222324
  1. ---
  2. version: '2'
  3. services:
  4. # letsencrypt-mydnshost obtains Let's Encrypt certificates by modifying
  5. # DNS records for domains hosted at mydnshost.co.uk.
  6. letsencrypt-mydnshost:
  7. image: csmith/letsencrypt-mydnshost:latest
  8. container_name: autoproxy_letsencrypt-mydnshost
  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. # The account and API key to use for MyDNSHost
  21. - MYDNSHOST_AUTH_USER=your@email.addr
  22. - MYDNSHOST_AUTH_KEY=1234567890123456789012345678901234567890