fixed health check for qdrant

This commit is contained in:
hhofmann
2026-04-14 09:36:13 +02:00
parent 66e16c23c6
commit 226a801c8b
+1 -1
View File
@@ -35,7 +35,7 @@ services:
volumes: volumes:
- qdrant_storage:/qdrant/storage - qdrant_storage:/qdrant/storage
healthcheck: healthcheck:
test: ["CMD-SHELL", "wget -q --spider http://localhost:6333/ || exit 1"] test: ["CMD", "curl", "-f", "http://localhost:6333/"]
interval: 10s interval: 10s
timeout: 5s timeout: 5s
retries: 3 retries: 3