16 lines
264 B
YAML
16 lines
264 B
YAML
|
---
|
||
|
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'
|