Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 07ee664a56 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
qdrant:
|
||||
image: docker.io/qdrant/qdrant:latest
|
||||
image: docker.io/qdrant/qdrant:latest@sha256:75eab8c4ba42096724fdcfde8b4de0b5713d529dde32f285a1f86fdcb2c9e50c
|
||||
container_name: mcp_maildir_qdrant
|
||||
ports:
|
||||
- "127.0.0.1:6333:6333" # REST API
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
# 3.13, because with 3.14 it requires gcc (wheels not available)
|
||||
FROM docker.io/library/python:3.14-slim
|
||||
FROM docker.io/library/python:3.14-slim@sha256:c845af9399020c7e562969a13689e929074a10fd057acd1b1fad06a2fb068e97
|
||||
|
||||
# Set environment variables
|
||||
ENV PYTHONDONTWRITEBYTECODE=1
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"description": "Track qdrant/qdrant Docker image from docker-compose.yml (native manager missed it)",
|
||||
"managerFilePatterns": ["/^docker-compose\\.ya?ml$/"],
|
||||
"matchStrings": ["image:\\s*(?:docker\\.io/)?qdrant/qdrant:(?<currentValue>[^\\s]+)"],
|
||||
"depNameTemplate": "qdrant/qdrant",
|
||||
"datasourceTemplate": "docker"
|
||||
}
|
||||
]
|
||||
}
|
||||
+9
-9
@@ -1,9 +1,9 @@
|
||||
mcp==1.27.2
|
||||
fastmcp==3.4.2
|
||||
qdrant-client==1.18.0
|
||||
fastembed==0.8.0
|
||||
python-dotenv==1.2.2
|
||||
uvicorn==0.49.0
|
||||
starlette==1.3.1
|
||||
beautifulsoup4==4.15.0
|
||||
python-dateutil==2.9.0.post0
|
||||
mcp
|
||||
fastmcp
|
||||
qdrant-client
|
||||
fastembed
|
||||
python-dotenv
|
||||
uvicorn
|
||||
starlette
|
||||
beautifulsoup4
|
||||
python-dateutil
|
||||
|
||||
Reference in New Issue
Block a user