diff --git a/traefik/traefik.yaml b/traefik/traefik.yaml index 5f53b76..6a1f3f0 100644 --- a/traefik/traefik.yaml +++ b/traefik/traefik.yaml @@ -8,7 +8,7 @@ services: - --defaultentrypoints=https,http - --api - --api.entryPoint=traefik - - --api.dashboard=false + - --api.dashboard=true - --debug=false - --entryPoints=Name:http Address::80 Compress:true Redirect.EntryPoint:https - --entryPoints=Name:https Address::443 TLS Compress:true TLS.MinVersion:VersionTLS12 TLS.CipherSuites:TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256,TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 @@ -34,6 +34,10 @@ services: published: 443 protocol: tcp mode: host + - target: 8080 + published: ${ADMINPORT} + protocol: tcp + mode: host volumes: - /var/run/docker.sock:/var/run/docker.sock - acmeData:/acme @@ -58,5 +62,6 @@ volumes: ### Environment variables +# ADMINPORT 8080 # DOCKER_DOMAIN # ACME_EMAIL \ No newline at end of file