Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
agentchat
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟@五瓣科技
agentchat
Commits
ad221f7f
Commit
ad221f7f
authored
Jun 09, 2025
by
Wade
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rm mysql
parent
37b0a438
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
15 deletions
+0
-15
docker-compose-graph.yml
docker-compose-graph.yml
+0
-15
No files found.
docker-compose-graph.yml
View file @
ad221f7f
# To run current docker compose file, you should prepare the siliconflow api key in your environment.
# To run current docker compose file, you should prepare the siliconflow api key in your environment.
# SILICONFLOW_API_KEY=${SILICONFLOW_API_KEY} docker compose up -d
# SILICONFLOW_API_KEY=${SILICONFLOW_API_KEY} docker compose up -d
services
:
services
:
db
:
image
:
mysql/mysql-server
environment
:
MYSQL_USER
:
'
user'
MYSQL_PASSWORD
:
'
password'
MYSQL_ROOT_PASSWORD
:
'
aa123456'
ports
:
-
3306:3306
volumes
:
# - dbgpt-myql-db:/var/lib/mysql
-
${GRAP_DATA_VOLUME_DIRECTORY:-.}/dbgpt-myql-db:/var/lib/mysql
-
./config/graph/examples/my.cnf:/etc/my.cnf
-
./config/graph/examples/sqls:/docker-entrypoint-initdb.d
-
./config/graph/assets/dbgpt.sql:/docker-entrypoint-initdb.d/dbgpt.sql
restart
:
unless-stopped
webserver
:
webserver
:
image
:
eosphorosai/dbgpt-openai:latest
image
:
eosphorosai/dbgpt-openai:latest
# container_name: graph-webserver
# container_name: graph-webserver
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment