chore: 更新后端配置、Docker部署及前端API请求配置

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
wuyongtao
2026-07-21 11:06:34 +08:00
parent a72b8f1e4b
commit 817d13c8f7
5 changed files with 35 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
APP_ENV=prod
APP_NAME=YG Fine-Tune Platform API
MODELTF_ROUTE_PREFIX=/modelTF
CORS_ALLOW_ORIGINS=http://localhost:16801,http://127.0.0.1:16801
FRONTEND_IMAGE=yg-ft-frontend-runtime:latest
BACKEND_API_IMAGE=yg-ft-backend-api:latest