1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 20:01:57 +00:00
immich-public-proxy/docker-compose.yml
2024-11-04 11:15:00 +01:00

12 lines
318 B
YAML

services:
immich-public-proxy:
image: alangrainger/immich-public-proxy:latest
container_name: immich-public-proxy
restart: always
ports:
- ${PORT}:3000
env_file: .env
healthcheck:
test: wget -q http://localhost:3000/healthcheck || exit 1
start_period: 10s
timeout: 5s