feat: add demo.rphotos.online subdomain to Traefik routing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5aabaa662d
commit
7b37556621
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue