feat: 添加gitea服务器资料

This commit is contained in:
2018-01-01 23:39:25 +08:00
commit ffe186cba3
3 changed files with 28 additions and 0 deletions

10
gitea/gitea.yaml Normal file
View File

@@ -0,0 +1,10 @@
version: '3'
services:
gitea:
image: gitea/gitea
ports:
- 8003:3000
volumes:
- data:/data
volumes:
data:

12
gitea/readme.md Normal file
View File

@@ -0,0 +1,12 @@
# gitea服务器
## 说明
基于gitea的docker安装
## 安装
```
$ sudo docker stack deploy -c gitea.yaml gitea
```
## 使用
根据部署的地址访问
```
http://xxx.xxx.xxx.xxx:8003
```

6
readme.md Normal file
View File

@@ -0,0 +1,6 @@
# 说明
记录常用的一些服务的docker安装文档
# 分类说明
## gitea
轻量级git托管服务器速度极快功能还行适合个人及小规模团队使用
请进入./gitea目录阅读readme.md文件。