Skip to content

Commit

Permalink
Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sstenchlak committed Oct 13, 2024
1 parent 10fd066 commit bd7dd5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ RUN mv keycloak-${version} keycloak
FROM eclipse-temurin:21
WORKDIR /opt/keycloak

COPY fksdb-theme /opt/keycloak/themes/fksdb-theme

# enable health statistics
ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=true
Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ services:
volumes:
- ../target/fksdb-keycloak-user-provider.jar:/opt/keycloak/providers/fksdb-provider.jar
- ./config:/opt/keycloak/conf
- ../fksdb-theme:/opt/keycloak/themes/fksdb-theme
extra_hosts:
- "host.docker.internal:host-gateway"

0 comments on commit bd7dd5d

Please sign in to comment.