Add keycloak
This commit is contained in:
17
docs/keycloak.md
Normal file
17
docs/keycloak.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Required variables
|
||||
These variables are required. Example values included. Some general variables might also be required for this role.
|
||||
|
||||
```
|
||||
ports:
|
||||
keycloak:
|
||||
http: 8080
|
||||
|
||||
docker_vhost_domains:
|
||||
keycloak:
|
||||
- keycloak.domain.tld
|
||||
|
||||
database_passwords:
|
||||
keycloak: secret
|
||||
|
||||
keycloak_admin_pw: secret
|
||||
```
|
||||
Reference in New Issue
Block a user