Commit ad221f7f authored by Wade's avatar Wade

rm mysql

parent 37b0a438
# 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
......
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