Skip to content

Commit

Permalink
Upgrade to keycloak 25
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagolizardo committed Jun 11, 2024
1 parent 82ebaa0 commit 21a38ac
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:

keycloak:
image: quay.io/reconmap/keycloak-custom:latest
command: "start --http-enabled=true --hostname=localhost --proxy=edge --hostname-strict-https=false --import-realm"
command: "start --hostname=http://localhost:8080 --proxy-headers xforwarded --http-enabled true --import-realm"
environment:
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: admin
Expand All @@ -49,13 +49,6 @@ services:
KC_DB_DATABASE: keycloak
KC_DB_USERNAME: keycloaker
KC_DB_PASSWORD: keycloaked
KC_HTTP_ENABLED: "false"
KC_HTTPS_ENABLED: "false"
KC_PROXY: edge
KC_HOSTNAME: localhost
KC_HOSTNAME_PORT: 8080
KC_HOSTNAME_STRICT: "false"
KC_HOSTNAME_STRICT_HTTPS: "false"
KC_LOG_LEVEL: INFO
VAR_ADMIN_CLI_SECRET: "xxxxxxxxxxxxxxxxxxyyyyyyyyyyyyyy"
VAR_WEB_CLIENT_URL: "http://localhost:5500"
Expand Down

0 comments on commit 21a38ac

Please sign in to comment.