This commit is contained in:
LASTA_DEV01\lasta
2026-05-13 19:57:34 +09:00
parent 2e9204243d
commit 9e88f4c7ad
4310 changed files with 48538 additions and 905279 deletions

View File

@@ -0,0 +1,18 @@
services:
qdrant:
image: ${IMAGE_VERSION}
restart: "no"
profiles: ["${CONTAINER_NAME}"]
ports:
- "${QDRANT_HTTP_PORT}:6333"
- "${QDRANT_GRPC_PORT}:6334"
container_name: ${CONTAINER_NAME}
volumes:
- qdrant_data:/qdrant/storage
environment:
- QDRANT__SERVICE__API_KEY=${QDRANT_API_KEY}
- QDRANT__LOG_LEVEL=${QDRANT_LOG_LEVEL}
volumes:
qdrant_data:
driver: local