1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 03:41:58 +00:00

Add custom configuration

This commit is contained in:
Alan Grainger 2024-11-01 15:57:52 +01:00
parent 53bfb1410d
commit f639896644

View file

@ -9,8 +9,6 @@ services:
- NODE_ENV=production
env_file:
- .env
volumes:
- ./config.json:/app/config.json:ro
healthcheck:
test: node /app/healthcheck.js
interval: 120s