feat: add keycloak provisioning tasks
This commit is contained in:
parent
13eb79803f
commit
3fcaebe1a8
4 changed files with 242 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ services:
|
|||
KC_SPI_RESOURCE_ENCODING_GZIP_CACHE_DIR: /opt/keycloak/data/gzip-cache
|
||||
KC_PROXY: {{ keycloak_proxy_mode }}
|
||||
KC_HOSTNAME: {{ keycloak_domain }}
|
||||
KC_HEALTH_ENABLED: "true"
|
||||
depends_on:
|
||||
- postgres
|
||||
volumes:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue