Compare commits
3 commits
0efdd63427
...
aaebd3872f
Author | SHA1 | Date | |
---|---|---|---|
aaebd3872f | |||
1c69a41d61 | |||
a521b213a9 |
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue