feat: add booking.xhiva.art hostname to Traefik routing

Routes booking.xhiva.art through rcal-online for Xhiva booking page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-18 12:11:50 -07:00
parent 7fb1f1fe6a
commit ac209b5d97
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ services:
- /tmp
labels:
- "traefik.enable=true"
- "traefik.http.routers.rcal.rule=Host(`rcal.jeffemmett.com`) || Host(`rcal.online`) || Host(`www.rcal.online`)"
- "traefik.http.routers.rcal.rule=Host(`rcal.jeffemmett.com`) || Host(`rcal.online`) || Host(`www.rcal.online`) || Host(`booking.xhiva.art`)"
- "traefik.http.routers.rcal.entrypoints=web"
- "traefik.http.services.rcal.loadbalancer.server.port=3000"
networks: