removed health check, due to minimal qdrant docker not having any libraries to test health

This commit is contained in:
hhofmann
2026-04-14 09:44:04 +02:00
parent 226a801c8b
commit 74492d975b
-6
View File
@@ -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: