conductor-checkpoint-msg_016GKc3DYwYUjngGw8pArRJK

This commit is contained in:
Daniel Chalef 2025-10-30 06:53:32 -07:00
parent b159667152
commit 5a0a85ee6e
3 changed files with 6 additions and 6 deletions

View file

@ -17,8 +17,8 @@ services:
graphiti-mcp: graphiti-mcp:
image: zepai/knowledge-graph-mcp:latest image: zepai/knowledge-graph-mcp:latest
build: build:
context: . context: ..
dockerfile: Dockerfile dockerfile: docker/Dockerfile
env_file: env_file:
- path: .env - path: .env
required: false # Makes the file optional. Default value is 'true' required: false # Makes the file optional. Default value is 'true'

View file

@ -22,8 +22,8 @@ services:
graphiti-mcp: graphiti-mcp:
image: zepai/knowledge-graph-mcp:latest image: zepai/knowledge-graph-mcp:latest
build: build:
context: . context: ..
dockerfile: Dockerfile dockerfile: docker/Dockerfile
env_file: env_file:
- path: .env - path: .env
required: false # Makes the file optional. Default value is 'true' required: false # Makes the file optional. Default value is 'true'

View file

@ -2,8 +2,8 @@ services:
graphiti-mcp: graphiti-mcp:
image: zepai/knowledge-graph-mcp:latest image: zepai/knowledge-graph-mcp:latest
build: build:
context: . context: ..
dockerfile: Dockerfile dockerfile: docker/Dockerfile
env_file: env_file:
- path: .env - path: .env
required: false # Makes the file optional. Default value is 'true' required: false # Makes the file optional. Default value is 'true'