Add Qdrant service deployment to server config

This commit is contained in:
2025-07-29 16:10:14 +02:00
parent cbbe7b21d8
commit 58326c7f07
3 changed files with 50 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
services:
qdrant:
image: qdrant/qdrant:latest
restart: always
ports:
- 6333:6333
- 6334:6334
expose:
- 6333
- 6334
- 6335
volumes:
- {{ qdrant_data_dir }}:/qdrant/storage