fix(service): nextcloud workers exhaustion due to low interval healthcheck

This commit is contained in:
ShadowArcanist 2026-04-06 00:07:02 +05:30
parent 5743244396
commit 606a860e97
No known key found for this signature in database
4 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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

View file

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