Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controlplane/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@graphql-inspector/core": "^6.2.1",
"@graphql-tools/utils": "^11.0.0",
"@keycloak/keycloak-admin-client": "26.2.5",
"@keycloak/keycloak-admin-client": "26.5.4",
"@octokit/webhooks-types": "^7.6.1",
"@sentry/node": "^10.19.0",
"@sentry/node-native": "^10.19.0",
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ services:

keycloak:
image: ghcr.io/wundergraph/cosmo/keycloak:${DC_KEYCLOAK_VERSION:-latest}
command: ['start-dev', '--import-realm', '--optimized']
command: ['start', '--import-realm', '--optimized']
environment:
KC_HEALTH_ENABLED: 'true'
KC_METRICS_ENABLED: 'true'
Expand All @@ -159,6 +159,8 @@ services:
KC_DB_URL_DATABASE: ${POSTGRES_DB_NAME:-keycloak}
KC_DB_PASSWORD: ${POSTGRES_PASSWORD:-changeme}
KC_DB_USERNAME: ${POSTGRES_USER:-postgres}
KC_HTTP_ENABLED: 'true'
KC_HOSTNAME_STRICT: 'false'
ports:
- '8080:8080'
volumes:
Expand Down
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
build:
context: keycloak
dockerfile: Dockerfile
command: ['start-dev', '--import-realm', '--optimized']
Comment thread
StarpTech marked this conversation as resolved.
command: ['start', '--import-realm', '--optimized']
environment:
KC_HEALTH_ENABLED: 'true'
KC_METRICS_ENABLED: 'true'
Expand All @@ -34,6 +34,8 @@ services:
KC_DB_URL_DATABASE: ${POSTGRES_DB_NAME:-keycloak}
KC_DB_PASSWORD: ${POSTGRES_PASSWORD:-changeme}
KC_DB_USERNAME: ${POSTGRES_USER:-postgres}
KC_HTTP_ENABLED: 'true'
KC_HOSTNAME_STRICT: 'false'
ports:
- '8080:8080'
volumes:
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=26.2.5
ARG KEYCLOAK_VERSION=26.5.4

FROM --platform=${BUILDPLATFORM} timbru31/java-node:17-jdk-22 AS themebuilder

Expand Down
17 changes: 5 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading