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:
parent
320722908f
commit
7d9f8730e0
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue