Compare commits

...

3 commits

View file

@ -21,6 +21,7 @@
[api]
dashboard = true
insecure = true
[metrics]
[metrics.prometheus]
@ -34,6 +35,8 @@
exposedByDefault = false
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]
directory = "/etc/traefik/dynamic"
watch = true
@ -52,4 +55,4 @@
keyFile = "cert/bitmask.me.origin.key"
[[tls.certificates]]
certFile = "cert/grun.host.origin.pem"
keyFile = "cert/grun.host.origin.key"
keyFile = "cert/grun.host.origin.key"