fixed health check for qdrant
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user