Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Merge requests
!343
Something went wrong on our end
Patched dashboard service
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Patched dashboard service
hotfix/dashboard
into
dev
Overview
0
Commits
3
Pipelines
0
Changes
4
Merged
Patched dashboard service
Martin Weise
requested to merge
hotfix/dashboard
into
dev
8 months ago
Overview
0
Commits
3
Pipelines
0
Changes
4
0
0
Merge request reports
Viewing commit
4686e1e2
Prev
Next
Show latest version
4 files
+
160
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Verified
4686e1e2
Updated patch file
· 4686e1e2
Martin Weise
authored
8 months ago
.docker/docker-compose.yml
+
2
−
0
View file @ 4686e1e2
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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