Compare commits

...

3 commits

View file

@ -21,6 +21,7 @@
[api] [api]
dashboard = true dashboard = true
insecure = true
[metrics] [metrics]
[metrics.prometheus] [metrics.prometheus]
@ -34,6 +35,8 @@
exposedByDefault = false exposedByDefault = false
defaultRule = "Host(`{{ normalize .Name }}.docker.localhost`)" defaultRule = "Host(`{{ normalize .Name }}.docker.localhost`)"
# we are loading an additional file, as some options can only be defined
# in a 'dynamic' file config, not in this main config file.
[providers.file] [providers.file]
directory = "/etc/traefik/dynamic" directory = "/etc/traefik/dynamic"
watch = true watch = true
@ -52,4 +55,4 @@
keyFile = "cert/bitmask.me.origin.key" keyFile = "cert/bitmask.me.origin.key"
[[tls.certificates]] [[tls.certificates]]
certFile = "cert/grun.host.origin.pem" certFile = "cert/grun.host.origin.pem"
keyFile = "cert/grun.host.origin.key" keyFile = "cert/grun.host.origin.key"