重构模型平台前后端并移除Redis依赖

This commit is contained in:
Winnie
2026-07-30 19:03:00 +08:00
commit c74b2abb48
172 changed files with 40825 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
COMPOSE_PROJECT_NAME=model-platform-refactored
# Local development ports
GATEWAY_PORT=8081
MYSQL_PORT=3308
RUSTFS_API_PORT=9010
RUSTFS_CONSOLE_PORT=9011
BACKEND_PORT=8010
RUNTIME_PORT=8012
SCHEDULE_PORT=8013
# Jupyter only exposes port 8888 inside the Compose network.
JUPYTER_IMAGE=quay.io/jupyter/base-notebook:2025-12-31
JUPYTER_TOKEN=ChangeMe_Jupyter_Internal_2026
# MySQL 8 local development credentials
MYSQL_DATABASE=model_platform
MYSQL_USER=model_platform
MYSQL_PASSWORD=ChangeMe_MySQL_App_2026
MYSQL_ROOT_PASSWORD=ChangeMe_MySQL_Root_2026
# RustFS local development image and credentials
RUSTFS_IMAGE=rustfs/rustfs:latest
RUSTFS_ACCESS_KEY=modelplatform
RUSTFS_SECRET_KEY=ChangeMe_RustFS_2026
# Internal service authentication; replace in every non-local environment.
INTERNAL_SERVICE_TOKEN=ChangeMe_Internal_Service_2026