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:
parent
7fb1f1fe6a
commit
ac209b5d97
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue