mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-26 19:01:58 +00:00
13 lines
389 B
YAML
13 lines
389 B
YAML
services:
|
|
immich-public-proxy:
|
|
image: alangrainger/immich-public-proxy:latest
|
|
container_name: immich-public-proxy
|
|
restart: always
|
|
ports:
|
|
- "3000:3000"
|
|
environment:
|
|
- IMMICH_URL=http://your-internal-immich-server:2283
|
|
healthcheck:
|
|
test: wget -q --spider http://localhost:3000/share/healthcheck || exit 1
|
|
start_period: 10s
|
|
timeout: 5s
|