Add cineasthesia.com and www.cineasthesia.com to Traefik routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-17 18:45:42 -07:00
parent ce3fa63a4c
commit 7155fb2000
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ services:
- traefik-public
labels:
- "traefik.enable=true"
- "traefik.http.routers.the-last-draw.rule=Host(`the-last-draw.cinesthesia.art`)"
- "traefik.http.routers.the-last-draw.rule=Host(`the-last-draw.cinesthesia.art`) || Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`)"
- "traefik.http.routers.the-last-draw.entrypoints=web"
- "traefik.http.services.the-last-draw.loadbalancer.server.port=80"