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