Add home.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:07 -07:00
parent b16a5b24a4
commit ff4a1a4afa
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.cineasthesia-home.rule=Host(`home.cineasthesia.com`)"
- "traefik.http.routers.cineasthesia-home.rule=Host(`home.cineasthesia.com`) || Host(`home.cinesthesia.art`)"
- "traefik.http.routers.cineasthesia-home.entrypoints=web"
- "traefik.http.services.cineasthesia-home.loadbalancer.server.port=80"