-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (33 loc) · 834 Bytes
/
Copy path.env.example
File metadata and controls
41 lines (33 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ========================================
# XnetMLops Docker 部署环境变量配置
# 使用方法: 复制此文件为 .env,修改对应的值
# cp .env.example .env
# ========================================
# 镜像标签
TAG=latest
# 前端构建产物路径(相对于 docker-compose.yml)
WEB_DIST_PATH=../XnetMLops-web/playground/dist
WEB_PORT=80
# ========== 数据库 ==========
DB_HOST=
DB_PORT=3306
DB_PASSWORD=
# ========== Redis ==========
REDIS_HOST=
REDIS_PORT=6379
# ========== HDFS ==========
HDFS_HOST=
HDFS_PORT=8020
# ========== Jenkins ==========
JENKINS_HOST=
JENKINS_PORT=8080
JENKINS_API_TOKEN=
# ========== 安全配置 ==========
JWT_SECRET=
# ========== 服务端口映射(宿主机端口) ==========
LOGIN_PORT=8181
DPP_PORT=8182
MTP_PORT=8183
MEP_PORT=8184
SMP_PORT=8185
XAA_PORT=8186