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

Healthcheck

This commit is contained in:
Alan Grainger 2024-10-29 11:33:32 +01:00
parent 320722908f
commit 7d9f8730e0

View file

@ -14,4 +14,6 @@ services:
command: "npm start"
restart: always
healthcheck:
disable: true
test: (ps ax | grep -q "[n]ode dist/index.js" && echo "Ok") || exit 1
interval: 60s
start_period: 10s