forked from uumas/ansible-docker
add hedgedoc
This commit is contained in:
15
docs/hedgedoc.md
Normal file
15
docs/hedgedoc.md
Normal 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:
|
||||
hedgedoc:
|
||||
http: 8080
|
||||
|
||||
docker_vhost_domains:
|
||||
hedgedoc:
|
||||
- hedgedoc.domain.tld
|
||||
|
||||
database_passwords:
|
||||
hedgedoc: secret
|
||||
```
|
||||
Reference in New Issue
Block a user