Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- debug = false
- logLevel = "WARNING"
- defaultEntryPoints = ["https","http"]
- [entryPoints]
- [entryPoints.traefik]
- address = ":8081"
- [entryPoints.http_acme]
- address = ":8080"
- [entryPoints.http]
- address = ":80"
- [entryPoints.http.redirect]
- entryPoint = "https"
- [entryPoints.https]
- address = ":443"
- [entryPoints.https.tls]
- [retry]
- [docker]
- swarmMode = true
- endpoint = "unix:///var/run/docker.sock"
- domain = "tucnak.eu"
- watch = true
- exposedByDefault = false
- [acme]
- email = "daleckystepan@gmail.com"
- storage = "/acme.json"
- entryPoint = "https"
- #onHostRule = true # Generate cert for each service separately
- [[acme.domains]]
- main = "tucnak.eu"
- sans = ["www.tucnak.eu", "traefik.int.tucnak.eu", "portainer.int.tucnak.eu", "jenkins.int.tucnak.eu", "grafana.int.tucnak.eu", "prometheus.int.tucnak.eu", "alertmanager.int.tucnak.eu", "cadvisor.int.tucnak.eu"]
- [acme.httpChallenge]
- entryPoint = "http_acme"
- [api]
- entryPoint = "traefik"
- dashboard = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement