File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ SQLBOT_MCP_PORT=8001
99## 是否使用外部数据库
1010SQLBOT_EXTERNAL_DB=false
1111## 数据库地址
12- SQLBOT_DB_HOST=sqlbot-db
12+ SQLBOT_DB_HOST=localhost
1313## 数据库端口 (仅使用外部数据库时才生效)
1414SQLBOT_DB_PORT=5432
1515## SQLBot 数据库库名
Original file line number Diff line number Diff line change @@ -8,17 +8,13 @@ services:
88 ports :
99 - ${SQLBOT_WEB_PORT}:8000
1010 - ${SQLBOT_MCP_PORT}:8001
11- - 5432:5432
1211 env_file :
1312 - conf/sqlbot.conf
1413 volumes :
1514 - ./data/sqlbot/excel:/opt/sqlbot/data/excel
1615 - ./data/sqlbot/images:/opt/sqlbot/images
1716 - ./data/sqlbot/logs:/opt/sqlbot/logs
1817 - ./data/postgresql:/var/lib/postgresql/data
19- depends_on :
20- sqlbot-db :
21- condition : service_healthy
2218
2319networks :
2420 sqlbot-network :
You can’t perform that action at this time.
0 commit comments