Update Docker Compose to use the latest Graphiti MCP image and enhance README documentation
This commit is contained in:
parent
4652161c92
commit
25707e4e51
2 changed files with 3 additions and 0 deletions
|
|
@ -163,6 +163,8 @@ The Docker Compose setup includes a Neo4j container with the following default c
|
|||
|
||||
#### Running with Docker Compose
|
||||
|
||||
A Graphiti MCP container is available at: `zepai/knowledge-graph-mcp`. The latest build of this container is used by the Compose setup below.
|
||||
|
||||
Start the services using Docker Compose:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ services:
|
|||
start_period: 30s
|
||||
|
||||
graphiti-mcp:
|
||||
image: zepai/knowledge-graph-mcp:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue