mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-13 00:52:01 -04:00
groupware: opencloud_full: change Stalwart container healthcheck interval to 10m to reduce the noise in the logs
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user