-
Notifications
You must be signed in to change notification settings - Fork 97
/
gitlab-rc.json
52 lines (52 loc) · 2.06 KB
/
gitlab-rc.json
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
43
44
45
46
47
48
49
50
51
52
{
"GitLab CE": {
"containers": {
"gitlab-ce": {
"image": "gitlab/gitlab-ce",
"launch_order": 1,
"ports": {
"80": {
"host_default": 8080,
"protocol": "tcp",
"label": "HTTP WebUI port",
"description": "GitLab WebUI port. Suggested default: 8080",
"ui":true
},
"443": {
"host_default": 8443,
"protocol": "tcp",
"label": "HTTPS WebUI port",
"description": "GitLab WebUI port. Suggested default: 8443. Not enabled in docker image by default"
},
"22": {
"host_default": 2222,
"protocol": "tcp",
"label": "SSH Gitlab port",
"description": "GitLab SSH port. Suggested default: 2222"
}
},
"volumes": {
"/var/opt/gitlab": {
"description": "Choose a Share for GitLab repositories. Eg: create a Share called gitlab-repos for this purpose alone.",
"label": "Repository Storage",
"min_size": 1048576
},
"/etc/gitlab": {
"description": "Choose a Share for GitLab configuration. Eg: create a Share called gitlab-config for this purpose alone.",
"label": "Config Storage"
},
"/var/log/gitlab": {
"description": "Choose a Share for GitLab log files. Eg: create a Share called gitlab-logs for this purpose alone.",
"label": "Config logs",
"min_size": 1048576
}
}
}
},
"description": "Git repository hosting and collaboration.<p>Based on the official docker image: <a href='https://hub.docker.com/r/gitlab/gitlab-ce' target='_blank'>https://hub.docker.com/r/gitlab/gitlab-ce</a>, available for amd64 architecture only.</p>",
"website": "https://about.gitlab.com/",
"icon": "https://about.gitlab.com/images/wordmark.png",
"more_info": "<p>Default username for your GitLab UI is<code>root</code>and password is<code>5iveL!fe</code></p><p>HTTPS is not enabled by defautt, please see: <a href='https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md#enable-https'> https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/nginx.md#enable-https</a></p>",
"version":"1.2"
}
}