immich add internal dns record

This commit is contained in:
Schneider Roland 2025-03-24 21:33:47 +01:00
parent dd19f3df90
commit 8e19fe7534

View File

@ -18,6 +18,11 @@ services:
- traefik.http.routers.immich-public.entrypoints=web, websecure - traefik.http.routers.immich-public.entrypoints=web, websecure
- traefik.http.routers.immich-public.service=immich-public - traefik.http.routers.immich-public.service=immich-public
- traefik.http.services.immich-public.loadbalancer.server.port=2283 - traefik.http.services.immich-public.loadbalancer.server.port=2283
- traefik.http.routers.immich-internal.rule=Host(`internal.photos.rschneider.hu`)
- traefik.http.routers.immich-internal.tls=true
- traefik.http.routers.immich-internal.entrypoints=web, websecure
- traefik.http.routers.immich-internal.service=immich-internal
- traefik.http.services.immich-internal.loadbalancer.server.port=2283
container_name: immich_server container_name: immich_server
image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release} image: ghcr.io/immich-app/immich-server:${IMMICH_VERSION:-release}
# extends: # extends: