Add staging.cineasthesia.com to Traefik Host rule

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-17 18:50:05 -07:00
parent 7155fb2000
commit ba4beb38db
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`) || Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`)"
- "traefik.http.routers.the-last-draw.rule=Host(`the-last-draw.cinesthesia.art`) || Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`) || Host(`staging.cineasthesia.com`)"
- "traefik.http.routers.the-last-draw.entrypoints=web"
- "traefik.http.services.the-last-draw.loadbalancer.server.port=80"