Changed gitlab to source from gitlab.
This commit is contained in:
parent
c3b4a15837
commit
826d119407
31
data.json
31
data.json
@ -60,33 +60,10 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"gitlab": {
|
"gitlab": {
|
||||||
"repo": "services/gitlab.git",
|
"repo": "services/docker-gitlab.git",
|
||||||
"docker": {
|
"scripts": {
|
||||||
"issue_path": "/opt/gitlab",
|
"run": "docker/run.sh",
|
||||||
"image": "gitlab/gitlab-ce:latest",
|
"backup": "backup/cycle.sh"
|
||||||
"options": [
|
|
||||||
[
|
|
||||||
"--rm"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"--volume",
|
|
||||||
"/opt/gitlab/config:/etc/gitlab:Z",
|
|
||||||
"/opt/gitlab/logs:/var/log/gitlab:Z",
|
|
||||||
"/opt/gitlab/data:/var/opt/gitlab:Z"
|
|
||||||
],
|
|
||||||
[
|
|
||||||
"--publish",
|
|
||||||
"45443:45443",
|
|
||||||
"45080:45080",
|
|
||||||
"45022:22"
|
|
||||||
],
|
|
||||||
["--restart","always"],
|
|
||||||
["--hostname","gitlab.adamo.network"],
|
|
||||||
[
|
|
||||||
"-e",
|
|
||||||
"GITLAB_OMNIBUS_CONFIG=\"external_url 'https://gitlab.adamo.network:45443'; gitlab_rails['gitlab_shell_ssh_port'] = 45022\""
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"suggest": [
|
"suggest": [
|
||||||
"Running as a bootstrap."
|
"Running as a bootstrap."
|
||||||
|
Loading…
Reference in New Issue
Block a user