fix(trek): update Traefik router rule to use the correct host for Trek service

This commit is contained in:
nathan 2026-04-12 20:05:06 -04:00
parent ffc50f85fa
commit f79fd3f037

View File

@ -57,7 +57,7 @@ services:
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.trek.entrypoints=websecure" - "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=true"
- "traefik.http.routers.trek.tls.certresolver=cloudflare" - "traefik.http.routers.trek.tls.certresolver=cloudflare"
- "traefik.http.services.trek.loadbalancer.server.port=3000" - "traefik.http.services.trek.loadbalancer.server.port=3000"