Skip to content
Open
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
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
keycloak-service:
image: quay.io/keycloak/keycloak:26.1.3
image: quay.io/keycloak/keycloak:26.2.1
container_name: keycloak-container
command: >-
start
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
# JVM options for production (adjust based on your needs)
JAVA_OPTS: "-Xms512m -Xmx2048m -XX:+UseG1GC"
depends_on:
keycloak_postgres:
keycloak-postgres:
condition: service_healthy
restart: unless-stopped
networks:
Expand Down