Skip to content

Commit ebfaa4c

Browse files
committed
build: allinone
1 parent fa82f04 commit ebfaa4c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

installer/install.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SQLBOT_MCP_PORT=8001
99
## 是否使用外部数据库
1010
SQLBOT_EXTERNAL_DB=false
1111
## 数据库地址
12-
SQLBOT_DB_HOST=sqlbot-db
12+
SQLBOT_DB_HOST=localhost
1313
## 数据库端口 (仅使用外部数据库时才生效)
1414
SQLBOT_DB_PORT=5432
1515
## SQLBot 数据库库名

installer/sqlbot/docker-compose.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

2319
networks:
2420
sqlbot-network:

0 commit comments

Comments
 (0)