fix: Qdrant healthcheck uses bash /dev/tcp (no wget/curl in image)

This commit is contained in:
jlightner 2026-03-30 01:20:14 +00:00
parent 7c79574a25
commit 7256fe7667

View file

@ -53,7 +53,7 @@ services:
networks:
- chrysopedia
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:6333/healthz || exit 1"]
test: ["CMD-SHELL", "bash -c 'echo > /dev/tcp/localhost/6333'"]
interval: 15s
timeout: 5s
retries: 5