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