groupware: opencloud_full: change Stalwart container healthcheck interval to 10m to reduce the noise in the logs

This commit is contained in:
Pascal Bleser
2026-07-01 17:13:26 +02:00
parent f5b0fb1de9
commit 4852e9e3e1

View File

@@ -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: