Added base gitea docker setup role. Adds automatic unattended setup with default admin account and optional email notification setup.
9 lines
154 B
YAML
9 lines
154 B
YAML
---
|
|
|
|
stack_name: gitea
|
|
|
|
stack_image: "gitea/gitea"
|
|
|
|
stack_compose: "{{ lookup('template', 'docker-stack.yml.j2') | from_yaml }}"
|
|
|
|
gitea_git_username: git
|