Update Docker Compose to use the latest Graphiti MCP image and enhance README documentation

This commit is contained in:
Daniel Chalef 2025-07-01 16:05:55 -07:00
parent 4652161c92
commit 25707e4e51
2 changed files with 3 additions and 0 deletions

View file

@ -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

View file

@ -20,6 +20,7 @@ services:
start_period: 30s
graphiti-mcp:
image: zepai/knowledge-graph-mcp:latest
build:
context: .
dockerfile: Dockerfile