do not use traefik host now

This commit is contained in:
Andras Bacsai
2023-05-25 21:28:10 +02:00
parent 3ba9f399b8
commit 80c63e5701
2 changed files with 15 additions and 21 deletions

View File

@@ -59,10 +59,10 @@ if (!function_exists('getProxyConfiguration')) {
"labels" => [
"traefik.enable=true",
"traefik.http.routers.traefik.entrypoints=http",
'traefik.http.routers.traefik.rule=Host(`${TRAEFIK_DASHBOARD_HOST}`)',
"traefik.http.routers.traefik.middlewares=traefik-basic-auth@file",
"traefik.http.routers.traefik.service=api@internal",
"traefik.http.services.traefik.loadbalancer.server.port=8080",
// Global Middlewares
"traefik.http.middlewares.redirect-to-https.redirectscheme.scheme=https",
"traefik.http.middlewares.gzip.compress=true",
],