Optimized keycloak variables

This commit is contained in:
2025-07-14 11:20:10 +02:00
parent 076a2058cc
commit bfd1a2ee70
5 changed files with 29 additions and 25 deletions

View File

@@ -1,10 +1,8 @@
images:
keycloak: "quay.io/keycloak/keycloak:latest"
import_realm: True # If True realm will be imported. If false skip.
features:
matomo: true
css: false
port-ui-desktop: true
port-ui-desktop: true
ldap: true
central_database: true
recaptcha: true
@@ -26,6 +24,9 @@ scopes:
rbac_groups: "/rbac"
docker:
services:
keycloak:
image: "quay.io/keycloak/keycloak"
version: "latest"
database:
enabled: true