From eafa87d4d129c68fd9979e563621bba0fc568958 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 12 Jun 2026 03:12:18 +0000 Subject: [PATCH] chore: add app healthcheck start_period to avoid startup race --- compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index c947a1b..c613de4 100644 --- a/compose.yml +++ b/compose.yml @@ -19,7 +19,8 @@ services: - proxy - backend healthcheck: - disable: false + test: ["CMD-SHELL", "immich-healthcheck"] + start_period: 120s depends_on: - redis - database