Skip to content

Commit

Permalink
Up Keycloak version, enable feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Dec 10, 2024
1 parent fa638b5 commit e2bfc70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,24 @@ services:
keycloak:
build: ./keycloak
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
KC_BOOTSTRAP_ADMIN_USERNAME: admin
KC_BOOTSTRAP_ADMIN_PASSWORD: admin
KEYCLOAK_LOGLEVEL: INFO
ROOT_LOGLEVEL: INFO
ports:
- 8080:8080
command:
- start-dev
- start
- --optimized
- --http-enabled
- 'true'
- --hostname-strict
- 'false'
develop:
watch:
- action: rebuild
path: ./keycloak

keycloak-config-cli:
build: ./config
depends_on:
Expand Down
2 changes: 1 addition & 1 deletion keycloak/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG KEYCLOAK_VERSION="25.0.0"
ARG KEYCLOAK_VERSION="26.0.5"

# Stage 1: Build the custom Service Provider Interfaces
FROM maven:latest AS builder
Expand Down

0 comments on commit e2bfc70

Please sign in to comment.