Improve traefik configuration, add dashboard

This commit is contained in:
paul 2019-12-01 07:47:00 +01:00 committed by Hive
parent 2ef0cff0fe
commit 8a86a1743b
2 changed files with 15 additions and 10 deletions

View file

@ -2,6 +2,9 @@
checkNewVersion = false
sendAnonymousUsage = false
[serversTransport]
insecureSkipVerify = true
[entryPoints]
[entryPoints.web]
address = ":80"
@ -10,7 +13,7 @@
address = ":443"
[log]
level = "DEBUG"
level = "INFO"
[accessLog]
format = "common"
@ -19,6 +22,11 @@
[api]
dashboard = true
[metrics]
[metrics.prometheus]
entryPoint = "traefik"
buckets = [0.1,0.3,1.2,5.0]
[ping]
[providers.docker]