fix(service): nextcloud workers exhaustion due to low interval healthcheck
This commit is contained in:
parent
5743244396
commit
606a860e97
4 changed files with 4 additions and 4 deletions
|
|
@ -29,7 +29,7 @@ services:
|
|||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
||||
interval: 2s
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ services:
|
|||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
||||
interval: 2s
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ services:
|
|||
condition: service_healthy
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
||||
interval: 2s
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@ services:
|
|||
- nextcloud-data:/data
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://127.0.0.1:80"]
|
||||
interval: 2s
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 15
|
||||
|
|
|
|||
Loading…
Reference in a new issue