Skip to content

Instantly share code, notes, and snippets.

@d4rk22
Created August 6, 2018 19:32
Show Gist options
  • Save d4rk22/4faed5fba5c5ffcfc490a4b4676af75b to your computer and use it in GitHub Desktop.
Save d4rk22/4faed5fba5c5ffcfc490a4b4676af75b to your computer and use it in GitHub Desktop.
letsencrypt-dns docker compose file
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