feat: Restores immich-public-proxy service.

This commit is contained in:
2025-10-21 15:46:59 -04:00
parent 0b8b99a4ed
commit f798cf63c9

View File

@@ -34,21 +34,20 @@ services:
healthcheck:
disable: false
# TODO: This is not needed when pangolin rules are setup for the /api/share/* paths.
# immich-public-proxy:
# image: alangrainger/immich-public-proxy:latest
# container_name: immich-public-proxy
# restart: unless-stopped
# ports:
# - "3000:3000"
# environment:
# - IMMICH_URL=http://immich-server:2283
# networks:
# - proxy
# healthcheck:
# test: wget -q --spider http://localhost:3000/share/healthcheck || exit 1
# start_period: 10s
# timeout: 5s
immich-public-proxy:
image: alangrainger/immich-public-proxy:latest
container_name: immich-public-proxy
restart: unless-stopped
ports:
- "3000:3000"
environment:
- IMMICH_URL=http://immich-server:2283
networks:
- proxy
healthcheck:
test: wget -q --spider http://localhost:3000/share/healthcheck || exit 1
start_period: 10s
timeout: 5s
immich-machine-learning:
container_name: immich_machine_learning