1 2 3 4 5 6 7 8 9 10 11 12 13
services: qdrant: image: qdrant/qdrant:v1.18.2@sha256:75eab8c4ba42096724fdcfde8b4de0b5713d529dde32f285a1f86fdcb2c9e50c ports: - "6333:6333" - "6334:6334" volumes: - qdrant_data:/qdrant/storage environment: - QDRANT__LOG_LEVEL=DEBUG volumes: qdrant_data: