Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
Alexis Leboeuf
2026-01-07 10:02:45 +01:00
10 changed files with 69 additions and 197 deletions

View File

@@ -1,12 +1,12 @@
services:
keycloak:
container_name: baeldung-keycloak.openid-provider
container_name: baeldung-keycloak
image: quay.io/keycloak/keycloak:26.4
command:
- start-dev
- --import-realm
ports:
- 8080:8080
- "8080:8080"
volumes:
- ./keycloak/:/opt/keycloak/data/import/
environment:
@@ -16,10 +16,6 @@ services:
KC_HOSTNAME_URL: http://localhost:8080
KC_HOSTNAME_ADMIN_URL: http://localhost:8080
KC_HOSTNAME_STRICT_BACKCHANNEL: true
KC_HTTP_RELATIVE_PATH: /
KC_HTTP_ENABLED: true
KC_HEALTH_ENABLED: true
KC_METRICS_ENABLED: true
extra_hosts:
- "host.docker.internal:host-gateway"
healthcheck: