chore: add app healthcheck start_period to avoid startup race
Some checks failed
cc-ci/testme cc-ci: failure
Some checks failed
cc-ci/testme cc-ci: failure
This commit is contained in:
@ -19,7 +19,8 @@ services:
|
||||
- proxy
|
||||
- backend
|
||||
healthcheck:
|
||||
disable: false
|
||||
test: ["CMD-SHELL", "immich-healthcheck"]
|
||||
start_period: 120s
|
||||
depends_on:
|
||||
- redis
|
||||
- database
|
||||
|
||||
Reference in New Issue
Block a user