removed health check, due to minimal qdrant docker not having any libraries to test health
This commit is contained in:
@@ -34,12 +34,6 @@ services:
|
|||||||
- mem0_network
|
- mem0_network
|
||||||
volumes:
|
volumes:
|
||||||
- qdrant_storage:/qdrant/storage
|
- qdrant_storage:/qdrant/storage
|
||||||
healthcheck:
|
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:6333/"]
|
|
||||||
interval: 10s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 3
|
|
||||||
start_period: 10s
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
Reference in New Issue
Block a user