Add xhiva.art domain to Traefik routing
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7a3805e05c
commit
1e2ce584a0
|
|
@ -9,7 +9,7 @@ services:
|
|||
- traefik-public
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.xhivart-mirror.rule=Host(`xhivart.jeffemmett.com`)"
|
||||
- "traefik.http.routers.xhivart-mirror.rule=Host(`xhiva.art`) || Host(`www.xhiva.art`) || Host(`xhivart.jeffemmett.com`)"
|
||||
- "traefik.http.routers.xhivart-mirror.entrypoints=web"
|
||||
- "traefik.http.services.xhivart-mirror.loadbalancer.server.port=3000"
|
||||
- "traefik.docker.network=traefik-public"
|
||||
|
|
|
|||
Loading…
Reference in New Issue