diff --git a/docker-compose-azure.yaml b/docker-compose-azure.yaml index a65f7c03..592d7504 100644 --- a/docker-compose-azure.yaml +++ b/docker-compose-azure.yaml @@ -170,3 +170,11 @@ services: - ${AZURE_ENDPOINT} restart: on-failure:100 + graph-rag: + image: docker.io/trustgraph/trustgraph-flow:0.2.0 + command: + - "graph-rag" + - "-p" + - "pulsar://pulsar:6650" + restart: on-failure:100 + diff --git a/docker-compose-claude.yaml b/docker-compose-claude.yaml index db091e18..9d3f8510 100644 --- a/docker-compose-claude.yaml +++ b/docker-compose-claude.yaml @@ -168,3 +168,11 @@ services: - ${CLAUDE_KEY} restart: on-failure:100 + graph-rag: + image: docker.io/trustgraph/trustgraph-flow:0.2.0 + command: + - "graph-rag" + - "-p" + - "pulsar://pulsar:6650" + restart: on-failure:100 + diff --git a/docker-compose-vertexai.yaml b/docker-compose-vertexai.yaml index 6681fa22..1a340106 100644 --- a/docker-compose-vertexai.yaml +++ b/docker-compose-vertexai.yaml @@ -172,3 +172,11 @@ services: - "./vertexai:/vertexai" restart: on-failure:100 + graph-rag: + image: docker.io/trustgraph/trustgraph-flow:0.2.0 + command: + - "graph-rag" + - "-p" + - "pulsar://pulsar:6650" + restart: on-failure:100 +