chore: update keycloak startup command to use /auth relative path

This commit is contained in:
Emre Kirman 2026-05-02 12:36:34 +03:00
parent 1eec8441d7
commit 97d08e0043

View File

@ -3,7 +3,7 @@ version: '3.8'
services:
keycloak:
image: quay.io/keycloak/keycloak:latest
command: start --optimized
command: start --http-relative-path /auth
environment:
KC_DB: postgres
KC_DB_URL: jdbc:postgresql://postgres-db:5432/keycloak