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
2024-11-01 19:02:31 +01:00

13 lines
301 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: node /app/healthcheck.js
interval: 120s
start_period: 5s