add qdrant env vars to tatlock

This commit is contained in:
2025-12-14 15:49:57 +01:00
parent 64ffeda928
commit b3a30a5694
+3 -1
View File
@@ -17,7 +17,6 @@ services:
environment:
- ENVIRONMENT=production
- LOG_LEVEL=INFO
- API_HOST=0.0.0.0
- API_PORT=8000
# Ollama (shared service)
@@ -27,6 +26,9 @@ services:
# SearXNG (optional, shared service)
- SEARXNG_HOST=http://searxng:8080
- SEARXNG_TIMEOUT=30
# Qdrant (vector database)
- QDRANT_HOST=qdrant
- QDRANT_PORT=6333
# Redis (shared service)
- REDIS_HOST=redis-shared
- REDIS_PORT=6379