2024-10-28 09:14:39 +01:00
|
|
|
services:
|
2024-10-30 19:20:47 +01:00
|
|
|
immich-public-proxy:
|
2024-10-31 17:44:16 +01:00
|
|
|
image: alangrainger/immich-public-proxy:latest
|
2024-10-28 09:14:39 +01:00
|
|
|
container_name: immich-public-proxy
|
2024-10-31 13:03:33 +01:00
|
|
|
restart: always
|
2024-10-28 09:14:39 +01:00
|
|
|
ports:
|
2024-11-04 20:23:34 +01:00
|
|
|
- "3000:3000"
|
|
|
|
environment:
|
2024-11-11 13:28:49 +01:00
|
|
|
- IMMICH_URL=http://your-internal-immich-server:2283
|
2024-11-04 11:15:00 +01:00
|
|
|
healthcheck:
|
2024-11-17 16:26:40 +01:00
|
|
|
test: wget -q --spider http://localhost:3000/share/healthcheck || exit 1
|
2024-11-04 11:15:00 +01:00
|
|
|
start_period: 10s
|
|
|
|
timeout: 5s
|