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:
parent
5b517eac19
commit
70444d4037
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue