Improve traefik configuration, add dashboard
This commit is contained in:
parent
2ef0cff0fe
commit
8a86a1743b
2 changed files with 15 additions and 10 deletions
config
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue