From 6303a534e58150949d0823c24f6730f7017c7be9 Mon Sep 17 00:00:00 2001 From: kovagoadi Date: Tue, 25 Nov 2025 11:39:50 +0100 Subject: [PATCH] Add new host rule --- docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index f164f32..95d717d 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -34,6 +34,7 @@ services: - "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.entrypoints=web" - traefik.http.routers.https.entrypoints=https - traefik.http.routers.https.tls=true