使用 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。

《L02 从零构建论坛系统》
以构建论坛项目 LaraBBS 为线索,展开对 Laravel 框架的全面学习。应用程序架构思路贴近 Laravel 框架的设计哲学。
《L03 构架 API 服务器》
你将学到如 RESTFul 设计风格、PostMan 的使用、OAuth 流程,JWT 概念及使用 和 API 开发相关的进阶知识。
讨论数量: 3

好东西,已在使用~

9年前 评论

很不错的东西,可惜服务器配置低,这玩意直接吃掉2g的内存,吃不消啊
目前直接ssh直连或使用用gogs代替

9年前 评论

@cky 确实,不过用阿里云ECS 2核4G也不花不了多少钱

9年前 评论

讨论应以学习和精进为目的。请勿发布不友善或者负能量的内容,与人为善,比聪明更重要!