Files

21 lines
715 B
Bash
Raw Permalink Normal View History

# ============================================
# 生产环境 docker-compose 环境变量示例
# 复制此文件为 .env,填入实际值
# ============================================
# 后端镜像地址(从 ghcr.io 拉取公开镜像)
2026-06-23 10:40:10 +08:00
BACKEND_IMAGE=ghcr.io/xinmi/yunrui_asset-backend:latest
# 前端镜像地址(从 ghcr.io 拉取公开镜像)
2026-06-23 10:40:10 +08:00
FRONTEND_IMAGE=ghcr.io/xinmi/yunrui_asset-frontend:latest
# 指定特定版本(可选,默认 latest)
# BACKEND_VERSION=v1.0.0
# FRONTEND_VERSION=v1.0.0
# ---- MySQL 容器配置(如启用本地 MySQL ----
# MYSQL_ROOT_PASSWORD=your_root_password
2026-06-23 10:40:10 +08:00
# MYSQL_DATABASE=yunrui_management
# MYSQL_USER=yunrui_user
# MYSQL_PASSWORD=your_mysql_password