chore(infra): fix qdrant healthcheck and reader canvas dotnet object reference leaks

This commit is contained in:
2026-06-01 19:16:11 +02:00
parent a672a868b4
commit 5fbeaf28db
2 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ services:
volumes:
- qdrant_test_data:/qdrant/storage
healthcheck:
test: ["CMD-SHELL", "bash -c 'exec 3<>/dev/tcp/127.0.0.1/6333'"]
test: ["CMD-SHELL", "curl -sf http://localhost:6333/healthz || exit 1"]
interval: 5s
timeout: 5s
retries: 5