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