Add Qdrant service deployment to server config
This commit is contained in:
@@ -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
|
Reference in New Issue
Block a user