Commit ad036433 authored by Wade's avatar Wade

use graph gitlab docker compose

parent d77c96a6
...@@ -18,6 +18,7 @@ services: ...@@ -18,6 +18,7 @@ services:
restart: unless-stopped restart: unless-stopped
webserver: webserver:
image: eosphorosai/dbgpt-openai:latest image: eosphorosai/dbgpt-openai:latest
# container_name: graph-webserver
command: dbgpt start webserver --config /app/configs/dbgpt-graphrag.toml command: dbgpt start webserver --config /app/configs/dbgpt-graphrag.toml
environment: environment:
- SILICONFLOW_API_KEY=${SILICONFLOW_API_KEY} - SILICONFLOW_API_KEY=${SILICONFLOW_API_KEY}
...@@ -36,8 +37,6 @@ services: ...@@ -36,8 +37,6 @@ services:
- ${GRAP_DATA_VOLUME_DIRECTORY:-.}/dbgpt-data:/app/pilot/data - ${GRAP_DATA_VOLUME_DIRECTORY:-.}/dbgpt-data:/app/pilot/data
#- dbgpt-message:/app/pilot/message #- dbgpt-message:/app/pilot/message
- ${GRAP_DATA_VOLUME_DIRECTORY:-.}/dbgpt-message:/app/pilot/message - ${GRAP_DATA_VOLUME_DIRECTORY:-.}/dbgpt-message:/app/pilot/message
#- dbgpt-message:/app/pilot/message
- ${GRAP_DATA_VOLUME_DIRECTORY:-.}/dbgpt-sqlite:/app/pilot/meta_data/dbgpt.db
depends_on: depends_on:
- db - db
- tugraph - tugraph
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment