/gitlab-docker

Launch gitlab-ce and gitlab runner as containers

Primary LanguageShell

Deploy Gitlab and GitLab Runner on Docker

Prerequisites

Set environment variables to define GitLab credentials and hostname or IP address.

export GITLAB_USER="gitlabuser"
export GITLAB_PASSWORD="gitlabpassword"
export GITLAB_HOST="hostname or IP of host system"

Running

./setup.sh