feat: add demo.rphotos.online subdomain to Traefik routing

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-25 14:35:25 -08:00
parent 5aabaa662d
commit 7b37556621
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ services:
- traefik-public
labels:
- "traefik.enable=true"
- "traefik.http.routers.immich.rule=Host(`photos.jeffemmett.com`)"
- "traefik.http.routers.immich.rule=Host(`demo.rphotos.online`) || Host(`photos.jeffemmett.com`)"
- "traefik.http.routers.immich.entrypoints=web"
- "traefik.http.services.immich.loadbalancer.server.port=2283"
- "traefik.docker.network=traefik-public"