gc-infra/iac/ansible/roles/gitea/defaults/main.yml

10 lines
210 B
YAML

postgres_version: 16-alpine
gitea_version: "1.21"
gitea_http_port: 3000
gitea_ssh_port: 2222
gitea_db_type: "postgres"
gitea_db_host: db:5432
gitea_db_name: "gitea"
gitea_db_user: "gitea"
gitea_db_password: ""