data_provider: 添加 ccxt.pro WebSocket 实时K线监听;端口 9009→80;web/*.sh 权限修正

This commit is contained in:
jackyu66git
2026-05-19 09:56:37 +08:00
parent f0ea6a6065
commit 5dc0c4cffd
9 changed files with 164 additions and 77 deletions
+2 -2
View File
@@ -6,10 +6,10 @@ services:
environment:
CONFIG_PATH: /app/config.json
UVICORN_HOST: 0.0.0.0
UVICORN_PORT: "9009"
UVICORN_PORT: "80"
volumes:
- ./config.json:/app/config.json:ro
- ./data:/app/data
ports:
- "9009:9009"
- "80:80"