chore: add app healthcheck start_period to avoid startup race
Some checks failed
cc-ci/testme cc-ci: failure

This commit is contained in:
autonomic-bot
2026-06-12 03:12:18 +00:00
parent d561baaf06
commit eafa87d4d1

View File

@ -19,7 +19,8 @@ services:
- proxy
- backend
healthcheck:
disable: false
test: ["CMD-SHELL", "immich-healthcheck"]
start_period: 120s
depends_on:
- redis
- database