generated from Websoft9test/docker-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathvariables.json
More file actions
42 lines (37 loc) · 1.23 KB
/
variables.json
File metadata and controls
42 lines (37 loc) · 1.23 KB
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
42
{
"name": "gitlab",
"trademark": "Gitlab",
"installpath": "/data/apps/gitlab",
"compose_file": "docker-compose.yml",
"fork_url": "https://github.com/gitlabhq/omnibus-gitlab",
"env_file": ".env",
"requirements":{
"cpu_arch": "Linux x86-64, ARM 32/64, Windows x86-64, IBM POWER8, x86/i686",
"cpu": "2",
"memory": "4",
"disk": "20",
"swap": "2",
"url": "https://github.com/gitlab/docker#recommended-system-requirements"
},
"user": {
"username": "root",
"password": "GitLab 登录界面可见后,运行命令 sudo docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password 获取"
},
"services":[
{
"name": "gitlab-server",
"port": "9001",
"description_cn": "浏览器访问 Gitlab",
"description_en": "Web-GUI database management tool",
"required": "Y"
}
],
"faqs": [
{
"question_cn": "如何获得默认的登录密码?",
"answer_cn": "运行 sudo docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password 命令获取",
"question_en": "How to get root password of GitLab?",
"answer_en": "run command: sudo docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password"
}
]
}