removed qdrant api key

it defaulted to https with an api key - and failed, now back to http since the traffic is local and it works
This commit is contained in:
2026-09-05 12:21:35 +02:00
parent bbb07e8c58
commit 343e27eb39
2 changed files with 0 additions and 4 deletions

View File

@@ -28,7 +28,6 @@ services:
- EMBED_DIMS=${EMBED_DIMS}
- QDRANT_HOST=qdrant
- QDRANT_PORT=6333
- QDRANT_API_KEY=${QDRANT_API_KEY}
- QDRANT_COLLECTION=${QDRANT_COLLECTION}
- ARTIFACT_BACKEND=filesystem
- ARTIFACT_PATH=/data/artifacts
@@ -69,8 +68,6 @@ services:
qdrant:
image: qdrant/qdrant:${QDRANT_VERSION}
restart: unless-stopped
environment:
- QDRANT__SERVICE__API_KEY=${QDRANT_API_KEY}
healthcheck:
test: ["CMD", "bash", "-c", ":> /dev/tcp/127.0.0.1/6333"]
interval: 10s

View File

@@ -36,5 +36,4 @@ EMBED_DIMS=1536
# Qdrant
QDRANT_VERSION=v1.18.3
QDRANT_DATA=./data/qdrant
QDRANT_API_KEY=changeme
QDRANT_COLLECTION=mnemory