Skip to content

Commit 6663930

Browse files
committed
2018-02-07 补充 Docker CI
1 parent 5df9029 commit 6663930

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

Gitlab-Install-And-Settings.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,17 @@ gitlab-postgresql:
4545
- 启动:`docker-compose up -d`
4646
- 浏览器访问:<http://192.168.0.105:10080>
4747

48+
## Gitlab 高可用方案(High Availability)
4849

49-
## 本文前提
50+
- 官网:<https://about.gitlab.com/high-availability/>
51+
- 本质就是把文件、缓存、数据库抽离出来,然后部署多个 Gitlab 用 nginx 前面做负载。
5052

51-
- 本文只讲解 Gitlab 的搭建配置相关,至于开发流程本质跟 Github 没啥区别的,所以读这篇文章建议最好是已经会了 Github 那种开发流程。
5253

53-
## 测试机子硬件最低建议
54-
55-
- CPU:1 core
56-
- 内存:2G
57-
58-
## 安装
54+
## 原始安装方式
5955

56+
- 环境:
57+
- CPU:1 core
58+
- 内存:2G
6059
- 我习惯使用 root 用户
6160
- 有开源版本和收费版本,各版本比较:<https://about.gitlab.com/products/>
6261
- 官网:<https://about.gitlab.com/>

0 commit comments

Comments
 (0)