From 65a2a0f66259a67847fd5fb194444610d8262c94 Mon Sep 17 00:00:00 2001 From: Timo De Meyst Date: Tue, 20 May 2025 12:20:57 +0200 Subject: [PATCH] =?UTF-8?q?test-realms=20worden=20niet=20meer=20ge=C3=AFmp?= =?UTF-8?q?ort?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.production.yml | 2 +- compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/compose.production.yml b/compose.production.yml index 544e527f..be7190a5 100644 --- a/compose.production.yml +++ b/compose.production.yml @@ -60,7 +60,7 @@ services: extends: file: ./compose.yml service: idp - command: ['start', '--http-port', '7080', '--https-port', '7443', '--import-realm'] + command: ['start', '--http-port', '7080', '--https-port', '7443'] networks: - dwengo-1 labels: diff --git a/compose.yml b/compose.yml index 246a35ad..85be1f65 100644 --- a/compose.yml +++ b/compose.yml @@ -20,8 +20,8 @@ services: image: quay.io/keycloak/keycloak:latest ports: - '7080:7080' - # - '7443:7443' - command: ['start-dev', '--http-port', '7080', '--https-port', '7443', '--import-realm'] + - '7443:7443' + #command: ['start-dev', '--http-port', '7080', '--https-port', '7443', '--import-realm'] restart: unless-stopped volumes: - ./config/idp:/opt/keycloak/data/import