immich add internal dns record
This commit is contained in:
parent
dd19f3df90
commit
8e19fe7534
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user