16 lines
270 B
Markdown
16 lines
270 B
Markdown
# 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
|
|
```
|