From 566297a470dee0c2efc0b1d5073cdff07337107b Mon Sep 17 00:00:00 2001 From: Demetris Stavrou Date: Fri, 15 Mar 2019 22:07:18 +0200 Subject: [PATCH] Removed Dashboard --- .../compose/production/traefik/traefik.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/{{cookiecutter.project_slug}}/compose/production/traefik/traefik.toml b/{{cookiecutter.project_slug}}/compose/production/traefik/traefik.toml index b55e95040..ad1f20e9e 100644 --- a/{{cookiecutter.project_slug}}/compose/production/traefik/traefik.toml +++ b/{{cookiecutter.project_slug}}/compose/production/traefik/traefik.toml @@ -1,11 +1,6 @@ logLevel = "INFO" defaultEntryPoints = ["http", "https"] -[web] -# Port for the status page -address = ":8080" -dashboard = true - # Entrypoints, http and https [entryPoints] # http should be redirected to https