mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2024-12-29 12:21:57 +00:00
Add custom configuration
This commit is contained in:
parent
53bfb1410d
commit
f639896644
1 changed files with 0 additions and 2 deletions
|
@ -9,8 +9,6 @@ services:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
volumes:
|
|
||||||
- ./config.json:/app/config.json:ro
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: node /app/healthcheck.js
|
test: node /app/healthcheck.js
|
||||||
interval: 120s
|
interval: 120s
|
||||||
|
|
Loading…
Reference in a new issue