Skip to content

Instantly share code, notes, and snippets.

@d4rk22
Created August 6, 2018 19:30
Show Gist options
  • Save d4rk22/dc6f4dad5da5afae09e3466ab69897b0 to your computer and use it in GitHub Desktop.
Save d4rk22/dc6f4dad5da5afae09e3466ab69897b0 to your computer and use it in GitHub Desktop.
letsencrypt-dns docker-compose.yml
version: '3'
services:
letsencrypt:
container_name: letsencrypt
image: adferrand/letsencrypt-dns
environment:
LETSENCRYPT_USER_MAIL: ${LETSENCRYPT_USER_MAIL}
LEXICON_PROVIDER: ${LEXICON_PROVIDER}
LEXICON_CLOUDFLARE_TOKEN: ${LEXICON_CLOUDFLARE_TOKEN}
LEXICON_CLOUDFLARE_USERNAME: ${LEXICON_CLOUDFLARE_USERNAME}
volumes:
- /docker/letsencrypt:/etc/letsencrypt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment