Initial rough commit to save the code before cleanup
This commit is contained in:
15
gitea/vars/default-pg.yml
Normal file
15
gitea/vars/default-pg.yml
Normal 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
9
gitea/vars/default.yml
Normal 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'
|
||||
Reference in New Issue
Block a user