17 lines
284 B
Markdown
17 lines
284 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
|
|
ssh: 2222
|
|
|
|
docker_vhost_domains:
|
|
gitea:
|
|
- gitea.domain.tld
|
|
|
|
database_passwords:
|
|
gitea: secret
|
|
```
|