Compose files, instructions and extras for using my automatic proxy containers
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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