菜单 学习猿地 - LMONKEY

VIP

开通学习猿地VIP

尊享10项VIP特权 持续新增

知识通关挑战

打卡带练!告别无效练习

接私单赚外块

VIP优先接,累计金额超百万

学习猿地私房课免费学

大厂实战课仅对VIP开放

你的一对一导师

每月可免费咨询大牛30次

领取更多软件工程师实用特权

入驻
3019
3

使用 Docker 轻松构建团队私有 GitLab 仓库管理系统

原创
05/13 14:22
阅读数 2300

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。

发表评论

0/200
3019 点赞
3 评论
收藏
为你推荐 换一批