From 4d4fcb83f38bc13e921168a017b583723693130b Mon Sep 17 00:00:00 2001 From: toohard2explain Date: Fri, 13 Feb 2026 07:53:10 +0100 Subject: [PATCH] Increase start period for health check to 60 seconds --- templates/compose/twenty.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/compose/twenty.yaml b/templates/compose/twenty.yaml index 3df15c453..288d8c023 100644 --- a/templates/compose/twenty.yaml +++ b/templates/compose/twenty.yaml @@ -53,7 +53,7 @@ services: interval: 2s timeout: 5s retries: 10 - start_period: 10s + start_period: 60s depends_on: postgres: condition: service_healthy