mirror of
https://github.com/alangrainger/immich-public-proxy.git
synced 2025-01-16 04:46:45 +01:00
Healthcheck
This commit is contained in:
parent
320722908f
commit
7d9f8730e0
1 changed files with 3 additions and 1 deletions
|
@ -14,4 +14,6 @@ services:
|
||||||
command: "npm start"
|
command: "npm start"
|
||||||
restart: always
|
restart: always
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: true
|
test: (ps ax | grep -q "[n]ode dist/index.js" && echo "Ok") || exit 1
|
||||||
|
interval: 60s
|
||||||
|
start_period: 10s
|
||||||
|
|
Loading…
Reference in a new issue