adjust start-period and retries for fts, collabora and clamav

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-12-16 13:45:22 +01:00
parent e763a41198
commit 45f8049548
8 changed files with 28 additions and 26 deletions

View file

@ -240,12 +240,12 @@ services:
image: nextcloud/aio-collabora:latest
init: true
healthcheck:
start_period: 360s
start_period: 60s
test: /healthcheck.sh
interval: 30s
timeout: 30s
start_interval: 5s
retries: 3
retries: 9
expose:
- "9980"
environment:
@ -337,12 +337,12 @@ services:
user: "100"
init: false
healthcheck:
start_period: 360s
start_period: 60s
test: clamdcheck.sh
interval: 30s
timeout: 30s
start_interval: 5s
retries: 3
retries: 9
expose:
- "3310"
environment:
@ -366,12 +366,12 @@ services:
image: nextcloud/aio-onlyoffice:latest
init: true
healthcheck:
start_period: 360s
start_period: 60s
test: /healthcheck.sh
interval: 30s
timeout: 30s
start_interval: 5s
retries: 3
retries: 9
expose:
- "80"
environment: