fix: add cadcad.org and www.cadcad.org Traefik routing

The Traefik router was only configured for cadcad-staging.jeffemmett.com,
causing cadcad.org to return a 404 from Traefik's default handler.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-24 17:40:43 -08:00
parent 5b517eac19
commit 70444d4037
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ services:
restart: unless-stopped
labels:
- "traefik.enable=true"
- "traefik.http.routers.cadcad.rule=Host(`cadcad.org`) || Host(`www.cadcad.org`)"
- "traefik.http.routers.cadcad-staging.rule=Host(`cadcad-staging.jeffemmett.com`)"
- "traefik.http.services.cadcad.loadbalancer.server.port=3000"
healthcheck: