From 826d1194075f60c9d661751bff56c21605e03416 Mon Sep 17 00:00:00 2001 From: Adamo Date: Sun, 21 Mar 2021 04:22:40 -0400 Subject: [PATCH] Changed gitlab to source from gitlab. --- data.json | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/data.json b/data.json index e8fa0df..85eb99d 100644 --- a/data.json +++ b/data.json @@ -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."