Initial rough commit to save the code before cleanup

This commit is contained in:
tanshu
2020-04-03 09:24:02 +05:30
commit e0e7b07468
29 changed files with 942 additions and 0 deletions

15
gitea/vars/default-pg.yml Normal file
View File

@ -0,0 +1,15 @@
---
http_host: "git.tanshu.com"
http_conf: "git.tanshu.com.conf"
http_url: "https://git.tanshu.com"
container_name: gitea
container_image: gitea/gitea
user: 'git'
db_type: 'postgres'
db_host: 'db:5432'
db_name: 'gitea'
db_user: 'postgres'
db_password: '123456'

9
gitea/vars/default.yml Normal file
View File

@ -0,0 +1,9 @@
---
http_host: "git.tanshu.com"
http_conf: "git.tanshu.com.conf"
http_url: "https://git.tanshu.com"
container_name: gitea
container_image: gitea/gitea
user: 'git'