Add gitea and a generic container role

This commit is contained in:
uumas
2022-03-10 02:57:09 +02:00
parent b1638ad7af
commit cb25e8c01a
9 changed files with 107 additions and 0 deletions

15
docs/gitea.md Normal file
View File

@@ -0,0 +1,15 @@
# Required variables
These variables are required. Example values included. Some general variables might also be required for this role.
```
ports:
gitea:
http: 8080
docker_vhost_domains:
gitea:
- gitea.domain.tld
database_passwords:
gitea: secret
```