From f79fd3f037b25c718be1beda1bb0f1c439cc5349 Mon Sep 17 00:00:00 2001 From: nathan Date: Sun, 12 Apr 2026 20:05:06 -0400 Subject: [PATCH] fix(trek): update Traefik router rule to use the correct host for Trek service --- nodes/heimdall/trek/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/heimdall/trek/compose.yaml b/nodes/heimdall/trek/compose.yaml index 29c80c0..9c9cd13 100644 --- a/nodes/heimdall/trek/compose.yaml +++ b/nodes/heimdall/trek/compose.yaml @@ -57,7 +57,7 @@ services: labels: - "traefik.enable=true" - "traefik.http.routers.trek.entrypoints=websecure" - - "traefik.http.routers.trek.rule=Host(`trek.castaldifamily.com`)" + - "traefik.http.routers.trek.rule=Host(`travel.castaldifamily.com`)" - "traefik.http.routers.trek.tls=true" - "traefik.http.routers.trek.tls.certresolver=cloudflare" - "traefik.http.services.trek.loadbalancer.server.port=3000"