You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buffer_platform/start.bat

26 lines
619 B

@echo off
chcp 65001 >nul
echo ========================================
echo 启动期货智析缓冲平台
echo ========================================
echo.
docker-compose start
echo.
echo 等待服务启动...
timeout /t 3 /nobreak >nul
echo.
echo ========================================
echo 访问地址:
echo 品种分析页面: http://localhost:9600/futures-analysis
echo 配置管理页面: http://localhost:9600/ui
echo AI配置页面: http://localhost:9600/ai-config
echo API文档: http://localhost:9600/docs
echo ========================================
echo.
docker-compose ps
pause