This commit is contained in:
2025-09-08 16:35:23 +08:00
parent f12ab6ef28
commit 01d51af75a

View File

@@ -0,0 +1,20 @@
services:
sqlbot:
image: registry.cn-qingdao.aliyuncs.com/dataease/sqlbot:SQLBOT_TAG
container_name: sqlbot
restart: always
networks:
- sqlbot-network
ports:
- ${SQLBOT_WEB_PORT}:8000
- ${SQLBOT_MCP_PORT}:8001
env_file:
- conf/sqlbot.conf
volumes:
- ./data/sqlbot/excel:/opt/sqlbot/data/excel
- ./data/sqlbot/images:/opt/sqlbot/images
- ./data/sqlbot/logs:/opt/sqlbot/logs
- ./data/postgresql:/var/lib/postgresql/data
networks:
sqlbot-network: