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
@@ -12,9 +12,9 @@ COPY . /app
ENV CONFIG_PATH=/app/config.json \
UVICORN_HOST=0.0.0.0 \
UVICORN_PORT=9009
UVICORN_PORT=80
EXPOSE 9009
EXPOSE 80
CMD ["python", "-m", "main"]