Skip to content

Instantly share code, notes, and snippets.

@eshnil2000
Created January 2, 2021 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eshnil2000/20ac8223dafefdc31d2016f2714a8280 to your computer and use it in GitHub Desktop.
Save eshnil2000/20ac8223dafefdc31d2016f2714a8280 to your computer and use it in GitHub Desktop.
################################################################
# API and dashboard configuration
################################################################
api:
# Dashboard
#
#
dashboard: true
insecure: true
################################################################
# Docker configuration backend
################################################################
providers:
docker:
exposedByDefault: false
################################################################
# Traefik Logging
################################################################
log:
level: INFO
################################################################
# Entrypoint
################################################################
entryPoints:
web:
address: ":80"
websecure:
address: ":443"
################################################################
# Challenege DNS
################################################################
certificatesResolvers:
myresolver:
acme:
email: xxx@gmail.com
storage: /letsencrypt/acme.json
dnsChallenge:
provider: namedotcom
delayBeforeCheck: 0
#caserver: https://acme-staging-v02.api.letsencrypt.org/directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment