conductor-checkpoint-msg_013iKczSUmjtzPEdcgciXJUd
This commit is contained in:
parent
ad98568319
commit
999177a0c4
2 changed files with 8 additions and 6 deletions
10
.github/workflows/release-mcp-server.yml
vendored
10
.github/workflows/release-mcp-server.yml
vendored
|
|
@ -21,12 +21,14 @@ jobs:
|
||||||
variant:
|
variant:
|
||||||
- name: standalone
|
- name: standalone
|
||||||
dockerfile: docker/Dockerfile.standalone
|
dockerfile: docker/Dockerfile.standalone
|
||||||
image_suffix: ""
|
image_suffix: ":standalone"
|
||||||
|
tag_latest: ":standalone"
|
||||||
title: "Graphiti MCP Server (Standalone)"
|
title: "Graphiti MCP Server (Standalone)"
|
||||||
description: "Standalone Graphiti MCP server for external Neo4j or FalkorDB"
|
description: "Standalone Graphiti MCP server for external Neo4j or FalkorDB"
|
||||||
- name: falkordb
|
- name: combined
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
image_suffix: "-falkordb"
|
image_suffix: ""
|
||||||
|
tag_latest: ":latest"
|
||||||
title: "FalkorDB + Graphiti MCP Server"
|
title: "FalkorDB + Graphiti MCP Server"
|
||||||
description: "Combined FalkorDB graph database with Graphiti MCP server"
|
description: "Combined FalkorDB graph database with Graphiti MCP server"
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -89,7 +91,7 @@ jobs:
|
||||||
tags: |
|
tags: |
|
||||||
type=raw,value=${{ steps.version.outputs.version }}${{ matrix.variant.image_suffix }}
|
type=raw,value=${{ steps.version.outputs.version }}${{ matrix.variant.image_suffix }}
|
||||||
type=raw,value=${{ steps.version.outputs.version }}-graphiti-${{ steps.graphiti.outputs.graphiti_version }}${{ matrix.variant.image_suffix }}
|
type=raw,value=${{ steps.version.outputs.version }}-graphiti-${{ steps.graphiti.outputs.graphiti_version }}${{ matrix.variant.image_suffix }}
|
||||||
type=raw,value=latest${{ matrix.variant.image_suffix }}
|
type=raw,value=latest${{ matrix.variant.tag_latest }}
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.title=${{ matrix.variant.title }}
|
org.opencontainers.image.title=${{ matrix.variant.title }}
|
||||||
org.opencontainers.image.description=${{ matrix.variant.description }}
|
org.opencontainers.image.description=${{ matrix.variant.description }}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
services:
|
services:
|
||||||
graphiti-falkordb:
|
graphiti-falkordb:
|
||||||
image: zepai/graphiti-falkordb:latest
|
image: zepai/knowledge-graph-mcp:latest
|
||||||
build:
|
build:
|
||||||
context: ..
|
context: ..
|
||||||
dockerfile: docker/Dockerfile
|
dockerfile: docker/Dockerfile
|
||||||
args:
|
args:
|
||||||
GRAPHITI_CORE_VERSION: ${GRAPHITI_CORE_VERSION:-0.22.0}
|
GRAPHITI_CORE_VERSION: ${GRAPHITI_CORE_VERSION:-0.22.0}
|
||||||
MCP_SERVER_VERSION: ${MCP_SERVER_VERSION:-1.0.0rc0}
|
MCP_SERVER_VERSION: ${MCP_SERVER_VERSION:-1.0.0}
|
||||||
BUILD_DATE: ${BUILD_DATE:-}
|
BUILD_DATE: ${BUILD_DATE:-}
|
||||||
VCS_REF: ${VCS_REF:-}
|
VCS_REF: ${VCS_REF:-}
|
||||||
env_file:
|
env_file:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue