diff --git a/config/traefik.toml b/config/traefik.toml index c43fd81..2da232f 100644 --- a/config/traefik.toml +++ b/config/traefik.toml @@ -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" \ No newline at end of file + keyFile = "cert/grun.host.origin.key"