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