Skip to content

Commit

Permalink
enabled Keycloak health probe
Browse files Browse the repository at this point in the history
  • Loading branch information
bcrickboom committed Dec 6, 2024
1 parent 85f917c commit 038a170
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/keycloak/Dockerfile.orthanc-keycloak
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FROM quay.io/keycloak/keycloak:26.0.7 AS builder
WORKDIR /opt/keycloak
ENV KC_DB=postgres
ENV KC_HOSTNAME_=http://localhost/keycloak
ENV KC_HEALTH_ENABLED=true

RUN mkdir themes/orthanc
ADD keycloak/orthanc-theme /opt/keycloak/themes/orthanc
Expand Down

0 comments on commit 038a170

Please sign in to comment.