使用 Docker 轻松构建团队私有 GitLab 仓库管理系统
Gitlab-Docker
随时更新: https://github.com/bravist/gitlab-docker ,喜欢请加星哇-_-
GitLab is open source software to collaborate on code.
This recipe based on sameersbn/docker-gitlab to help you create Gitlab system quickly.
Feature
- Docker Compose
- PostgreSQL
- Redis
- Gitlab
Install docker on CentOS 7
Please visit here
国内用户,推荐使用阿里云分支安装Docker
Usage
1.Clone this repository gitlab-docker
$ git clone https://github.com/bravist/gitlab-docker
2.Config the gitlab startup parameters.
$ cp .env.example .env
3.Go into the gitlab-docker
directory and build docker images and start up the docker container.
$ cd gitlab-docker
$ sudo docker-compose build && docker-compose up -d
Please allow a couple of minutes for the GitLab application to start. then you can open http://ipaddress:8080. 502. If the server response. Please try to refresh the browser for many times。
推荐文章: