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

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
```