remove healthcheck for summerizer

This commit is contained in:
cesnimda
2026-03-21 14:15:08 +01:00
parent ed68e44eaf
commit 0b73a6fb39
+1 -1
View File
@@ -57,7 +57,7 @@ services:
- "8001:8001" - "8001:8001"
restart: unless-stopped restart: unless-stopped
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8001/health"] test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://127.0.0.1:8001/health', timeout=5).read()"]
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3