Skip to content

Commit

Permalink
Merge pull request #9 from ladesa-ro/feat/dockerfile/keycloak/build/h…
Browse files Browse the repository at this point in the history
…ealth-routes

feat(Dockerfile): build keycloak with health routes enabled (`health-enabled=true`)
  • Loading branch information
guesant authored Jun 23, 2024
2 parents 6ae54d5 + 26866da commit f96083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV KC_METRICS_ENABLED=false
ENV KC_FEATURES=docker,token-exchange,recovery-codes
ENV KC_DB=postgres
ENV KEYCLOAK_EXTRA_ARGS=-Dkeycloak.profile.feature.scripts=enabled
RUN /opt/keycloak/bin/kc.sh build
RUN /opt/keycloak/bin/kc.sh build --health-enabled=true

FROM quay.io/keycloak/keycloak:25.0
COPY --from=builder /opt/keycloak/ /opt/keycloak/
Expand Down

0 comments on commit f96083c

Please sign in to comment.