1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2025-01-16 04:46:45 +01:00
immich-public-proxy/docker-compose.yml

14 lines
374 B
YAML
Raw Normal View History

2024-10-28 09:14:39 +01:00
services:
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:
test: wget -q http://localhost:3000/healthcheck || exit 1
start_period: 10s
timeout: 5s