conductor-checkpoint-msg_01KgGgzpbiuM31KWKxQhNBfY
This commit is contained in:
parent
61c46e258c
commit
1af906139a
3 changed files with 3 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue