15 lines
304 B
YAML
15 lines
304 B
YAML
# container settings
|
|
gitea_name: gitea
|
|
gitea_sshport: "222"
|
|
gitea_webport: "3000"
|
|
gitea_volume: "{{ gitea_name }}"
|
|
|
|
# database settings
|
|
gitea_dbtype: postgres
|
|
gitea_dbhost: host.docker.internal
|
|
gitea_dbname: "{{ gitea_name }}"
|
|
gitea_dbuser: "{{ gitea_name }}"
|
|
|
|
# host
|
|
gitea_root: "/opt/{{ gitea_name }}"
|