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.lexicon.yml 919B

1234567891011121314151617181920212223242526
  1. ---
  2. version: '2'
  3. services:
  4. # letsencrypt-lexicon obtains Let's Encrypt certificates by modifying
  5. # DNS records. It supports several major cloud DNS providers.
  6. letsencrypt-lexicon:
  7. image: csmith/letsencrypt-lexicon:latest
  8. container_name: autoproxy_letsencrypt-lexicon
  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 Lexicon provider to use
  21. - PROVIDER=cloudflare
  22. # Provider-specific authentication details
  23. - LEXICON_CLOUDFLARE_USERNAME=your@email.addr
  24. - LEXICON_CLOUDFLARE_TOKEN=1234567890123456789012345678901234567890