Changed gitlab to source from gitlab.

This commit is contained in:
Adamo 2021-03-21 04:22:40 -04:00
parent c3b4a15837
commit 826d119407

View File

@ -60,33 +60,10 @@
]
},
"gitlab": {
"repo": "services/gitlab.git",
"docker": {
"issue_path": "/opt/gitlab",
"image": "gitlab/gitlab-ce:latest",
"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\""
]
]
"repo": "services/docker-gitlab.git",
"scripts": {
"run": "docker/run.sh",
"backup": "backup/cycle.sh"
},
"suggest": [
"Running as a bootstrap."