data_provider: 添加 ccxt.pro WebSocket 实时K线监听;端口 9009→80;web/*.sh 权限修正
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user