From 74492d975ba078d44b19089d1afa422ffdcb0166 Mon Sep 17 00:00:00 2001 From: hhofmann Date: Tue, 14 Apr 2026 09:44:04 +0200 Subject: [PATCH] removed health check, due to minimal qdrant docker not having any libraries to test health --- docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 222f6d0..70fd90f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -34,12 +34,6 @@ services: - mem0_network volumes: - qdrant_storage:/qdrant/storage - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:6333/"] - interval: 10s - timeout: 5s - retries: 3 - start_period: 10s restart: unless-stopped volumes: