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.example.yml 523B

123456789101112131415161718
  1. ---
  2. version: '2'
  3. services:
  4. letsencrypt-lexicon:
  5. environment:
  6. # For testing purposes, use the Let's Encrypt staging server.
  7. # Remove this for production use!
  8. - STAGING=yes
  9. # The e-mail address to provide to Let's Encrypt.
  10. - EMAIL=your@email.addr
  11. # The Lexicon provider to use
  12. - PROVIDER=cloudflare
  13. # Provider-specific authentication details
  14. - LEXICON_CLOUDFLARE_USERNAME=your@email.addr
  15. - LEXICON_CLOUDFLARE_TOKEN=1234567890123456789012345678901234567890