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
|
- ../config/config-docker-falkordb.yaml:/app/config/config.yaml:ro
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000" # Expose the MCP server via HTTP transport
|
- "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:
|
volumes:
|
||||||
falkordb_data:
|
falkordb_data:
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,7 @@ services:
|
||||||
- ../config/config-docker-neo4j.yaml:/app/config/config.yaml:ro
|
- ../config/config-docker-neo4j.yaml:/app/config/config.yaml:ro
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000" # Expose the MCP server via HTTP transport
|
- "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:
|
volumes:
|
||||||
neo4j_data:
|
neo4j_data:
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@ services:
|
||||||
- kuzu_data:/data
|
- kuzu_data:/data
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000" # Expose the MCP server via HTTP transport
|
- "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
|
# Volume for persistent KuzuDB storage
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue