Skip to content
Snippets Groups Projects

Patched dashboard service

Merged Martin Weise requested to merge hotfix/dashboard into release-1.5
4 files
+ 160
1
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -80,6 +80,8 @@ services:
container_name: dbrepo-auth-service
hostname: auth-service
image: bitnami/keycloak:26.0.0-debian-12-r1
ports:
- "8080:8080"
volumes:
- ./config/import-realms.sh:/docker-entrypoint-initdb.d/import-realms.sh
- ./config/master-realm.json:/opt/keycloak/data/import/master-realm.json
Loading