Add thelastdraw.cinesthesia.art to Traefik Host rule

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-18 13:51:06 -07:00
parent 83f555f2cc
commit 8a47a94e54
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(`thelastdraw.cineasthesia.com`) || Host(`cineasthesia.com`) || Host(`www.cineasthesia.com`) || Host(`staging.cineasthesia.com`)"
- "traefik.http.routers.the-last-draw.rule=Host(`the-last-draw.cinesthesia.art`) || Host(`thelastdraw.cinesthesia.art`) || Host(`thelastdraw.cineasthesia.com`) || 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"