18 lines
521 B
Bash
18 lines
521 B
Bash
COMPOSE_PROJECT_NAME=model-platform-refactored
|
|
|
|
# ports
|
|
BACKEND_PORT=8010
|
|
RUNTIME_PORT=8012
|
|
SCHEDULE_PORT=8013
|
|
|
|
# MySQL connection URI (async SQLAlchemy driver)
|
|
DATABASE_URL=mysql+asyncmy://model_platform:ChangeMe_MySQL_App_2026@mysql:3306/model_platform?charset=utf8mb4
|
|
|
|
# Object storage (S3-compatible) endpoints
|
|
RUSTFS_INTERNAL_ENDPOINT=http://rustfs:9000
|
|
RUSTFS_PUBLIC_ENDPOINT=http://localhost:9010
|
|
RUSTFS_ACCESS_KEY=modelplatform
|
|
RUSTFS_SECRET_KEY=ChangeMe_RustFS_2026
|
|
RUSTFS_API_PORT=9010
|
|
RUSTFS_CONSOLE_PORT=9011
|