From 4852e9e3e1579c959e43d1eaa22ba4ea2804df5f Mon Sep 17 00:00:00 2001
From: Pascal Bleser
Date: Wed, 1 Jul 2026 17:13:26 +0200
Subject: [PATCH] groupware: opencloud_full: change Stalwart container
healthcheck interval to 10m to reduce the noise in the logs
---
devtools/deployments/opencloud_full/stalwart.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/devtools/deployments/opencloud_full/stalwart.yml b/devtools/deployments/opencloud_full/stalwart.yml
index 3198843220..4393727637 100644
--- a/devtools/deployments/opencloud_full/stalwart.yml
+++ b/devtools/deployments/opencloud_full/stalwart.yml
@@ -50,9 +50,9 @@ services:
healthcheck:
test: ["CMD-SHELL", "curl -LsSf http://localhost:8080/healthz/live|grep -q '\"status\":200'"]
- interval: 10s
- retries: 5
- start_period: 3s
+ interval: 10m
+ retries: 3
+ start_period: 5s
timeout: 3s
stalwart-import: