From 3e37209df177f0314e7056d0989591f6325f6e6a Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Thu, 27 Nov 2025 23:27:34 +0100 Subject: [PATCH] Removed hardcoded value --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 0bd40c1..acb57b6 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -38,8 +38,8 @@ services: labels: - "env=${ENV}" - "traefik.enable=true" - - "traefik.http.routers.whoami.rule=Host(`test.staging.kovagoadi.hu`)" - - "traefik.http.routers.https.rule=Host(`test.staging.kovagoadi.hu`)" + - "traefik.http.routers.whoami.rule=Host(`test-whoami.${DOMAIN}`)" + - "traefik.http.routers.https.rule=Host(`test-whoami.${DOMAIN}`)" - "traefik.http.routers.whoami.entrypoints=web" - traefik.http.routers.https.entrypoints=https - traefik.http.routers.https.tls=true