lfenergy/compas-open-scdLF Energy CoMPAS Front-end Container是LF Energy CoMPAS项目的官方前端容器镜像,封装了CoMPAS应用的前端构建产物,提供标准化的前端界面部署方案。该镜像旨在简化CoMPAS前端组件的分发、部署和运行流程,确保跨环境的一致性。
bashdocker run -d -p 80:80 --name compas-frontend lfenergy/compas-frontend:latest
| 环境变量名 | 描述 | 默认值 |
|---|---|---|
BACKEND_API_BASE | CoMPAS后端API基础地址 | http://localhost:8080 |
LOG_LEVEL | 前端服务日志级别 | info |
PORT | 容器内部服务监听端口 | 80 |
指定后端API地址并映射到主机8080端口:
bashdocker run -d \ -p 8080:80 \ -e BACKEND_API_BASE="[***]" \ --name compas-frontend \ lfenergy/compas-frontend:latest
yamlversion: '3' services: compas-frontend: image: lfenergy/compas-frontend:latest ports: - "80:80" environment: - BACKEND_API_BASE=[***] depends_on: - compas-backend compas-backend: image: lfenergy/compas-backend:latest # 后端服务配置...


manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务