fix: perms
All checks were successful
perso/mcp-maildir/pipeline/head This commit looks good

This commit is contained in:
Julien Cabillot
2026-02-26 19:18:06 -05:00
parent b96277064a
commit 4e45f3e8d9
6 changed files with 388 additions and 22 deletions

View File

@@ -3,8 +3,8 @@ services:
image: docker.io/qdrant/qdrant:latest
container_name: mcp_maildir_qdrant
ports:
- "6333:6333" # REST API
- "6334:6334" # gRPC API
- "127.0.0.1:6333:6333" # REST API
- "127.0.0.1:6334:6334" # gRPC API
volumes:
- ./qdrant_storage:/qdrant/storage:z
restart: unless-stopped
@@ -15,7 +15,7 @@ services:
dockerfile: pkg/Dockerfile
container_name: mcp_maildir_server
ports:
- "8000:8000" # Expose the MCP HTTP (SSE) server
- "127.0.0.1:8000:8000" # Expose the MCP HTTP (SSE) server
env_file:
- .env
environment: