conductor-checkpoint-msg_016GKc3DYwYUjngGw8pArRJK
This commit is contained in:
parent
b159667152
commit
5a0a85ee6e
3 changed files with 6 additions and 6 deletions
|
|
@ -17,8 +17,8 @@ services:
|
|||
graphiti-mcp:
|
||||
image: zepai/knowledge-graph-mcp:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
env_file:
|
||||
- path: .env
|
||||
required: false # Makes the file optional. Default value is 'true'
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@ services:
|
|||
graphiti-mcp:
|
||||
image: zepai/knowledge-graph-mcp:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
env_file:
|
||||
- path: .env
|
||||
required: false # Makes the file optional. Default value is 'true'
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@ services:
|
|||
graphiti-mcp:
|
||||
image: zepai/knowledge-graph-mcp:latest
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
context: ..
|
||||
dockerfile: docker/Dockerfile
|
||||
env_file:
|
||||
- path: .env
|
||||
required: false # Makes the file optional. Default value is 'true'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue