Skip to content

Instantly share code, notes, and snippets.

@ameersami
Created May 22, 2019 02:30
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 ameersami/a87b5f85261b8d956c2e649b0c45ff88 to your computer and use it in GitHub Desktop.
Save ameersami/a87b5f85261b8d956c2e649b0c45ff88 to your computer and use it in GitHub Desktop.
traefik configuration for the ci cd pipeline article
debug = false
logLevel = "ERROR"
defaultEntryPoints = ["https","http"]
[entryPoints]
[entryPoints.http]
address = ":80"
[entryPoints.http.redirect]
entryPoint = "https"
[entryPoints.https]
address = ":443"
[entryPoints.https.tls]
[retry]
[docker]
endpoint = "unix:///var/run/docker.sock"
domain = "localhost"
watch = true
exposedByDefault = false
[acme]
email = "youremail@email.com"
storage = "acme.json"
entryPoint = "https"
onHostRule = true
[acme.httpChallenge]
entryPoint = "http"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment