fix Qdrant

This commit is contained in:
2026-06-18 12:25:15 +03:00
parent b4cc07b9f8
commit 99565ca107
3 changed files with 15 additions and 3 deletions
+8
View File
@@ -21,6 +21,10 @@ services:
- "${QDRANT_GRPC_PORT:-6334}:6334"
volumes:
- qdrant_data:/qdrant/storage
ulimits:
nofile:
soft: 65535
hard: 65535
restart: unless-stopped
backend:
@@ -31,6 +35,10 @@ services:
environment:
QDRANT_URL: ${QDRANT_URL:-http://qdrant:6333}
DATABASE_URL: postgresql+psycopg2://${POSTGRES_USER:-assistant}:${POSTGRES_PASSWORD:-assistant}@postgres:5432/${POSTGRES_DB:-assistant}
ulimits:
nofile:
soft: 65535
hard: 65535
depends_on:
postgres:
condition: service_healthy