From 32354ad98444defcac521ee81a307eca9fadf9d8 Mon Sep 17 00:00:00 2001 From: Nick Sellen Date: Tue, 30 Dec 2025 12:38:13 +0000 Subject: [PATCH] Increase start_period to allow slow migrations --- compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index b234475..3736fbd 100644 --- a/compose.yml +++ b/compose.yml @@ -101,10 +101,11 @@ services: interval: 10s timeout: 3s retries: 3 - start_period: 45s + # sometimes migrations can take their time.. + start_period: 600s deploy: labels: - - "coop-cloud.${STACK_NAME}.version=3.1.0+17.1.0" + - "coop-cloud.${STACK_NAME}.version=3.1.1+17.1.0" - "backupbot.backup=true" - "backupbot.backup.path=/app/uploads"