conductor-checkpoint-msg_01KgGgzpbiuM31KWKxQhNBfY

This commit is contained in:
Daniel Chalef 2025-10-30 06:46:56 -07:00
parent 61c46e258c
commit 1af906139a
3 changed files with 3 additions and 3 deletions

View file

@ -51,7 +51,7 @@ services:
- ../config/config-docker-falkordb.yaml:/app/config/config.yaml:ro
ports:
- "8000:8000" # Expose the MCP server via HTTP transport
command: ["uv", "run", "src/graphiti_mcp_server.py", "--transport", "http", "--config", "/app/config/config.yaml"]
command: ["uv", "run", "main.py"]
volumes:
falkordb_data:

View file

@ -57,7 +57,7 @@ services:
- ../config/config-docker-neo4j.yaml:/app/config/config.yaml:ro
ports:
- "8000:8000" # Expose the MCP server via HTTP transport
command: ["uv", "run", "src/graphiti_mcp_server.py", "--transport", "http", "--config", "/app/config/config.yaml"]
command: ["uv", "run", "main.py"]
volumes:
neo4j_data:

View file

@ -34,7 +34,7 @@ services:
- kuzu_data:/data
ports:
- "8000:8000" # Expose the MCP server via HTTP transport
command: ["uv", "run", "src/graphiti_mcp_server.py", "--transport", "http", "--config", "/app/config/config.yaml"]
command: ["uv", "run", "main.py"]
# Volume for persistent KuzuDB storage
volumes: