diff --git a/docker-compose.stage.yml b/docker-compose.stage.yml index cac5b43..66b9864 100644 --- a/docker-compose.stage.yml +++ b/docker-compose.stage.yml @@ -62,7 +62,7 @@ services: volumes: - qdrant_stage_data:/qdrant/storage healthcheck: - test: ["CMD-SHELL", "curl -sf http://localhost:6333/healthz || exit 1"] + test: ["CMD-SHELL", "bash -c 'exec 3<>/dev/tcp/127.0.0.1/6333'"] interval: 5s timeout: 5s retries: 5 diff --git a/docker-compose.test.yml b/docker-compose.test.yml index 570ae65..ea3688b 100644 --- a/docker-compose.test.yml +++ b/docker-compose.test.yml @@ -59,7 +59,7 @@ services: volumes: - qdrant_test_data:/qdrant/storage healthcheck: - test: ["CMD-SHELL", "curl -sf http://localhost:6333/healthz || exit 1"] + test: ["CMD-SHELL", "bash -c 'exec 3<>/dev/tcp/127.0.0.1/6333'"] interval: 5s timeout: 5s retries: 5