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
|
- proxy
|
||||||
- backend
|
- backend
|
||||||
healthcheck:
|
healthcheck:
|
||||||
disable: false
|
test: ["CMD-SHELL", "immich-healthcheck"]
|
||||||
|
start_period: 120s
|
||||||
depends_on:
|
depends_on:
|
||||||
- redis
|
- redis
|
||||||
- database
|
- database
|
||||||
|
|||||||
Reference in New Issue
Block a user