From 1eec8441d71ec42e7fe996d03edadde1b9bca2ce Mon Sep 17 00:00:00 2001 From: "kube-master@emrekirman.com" Date: Sat, 2 May 2026 09:32:12 +0000 Subject: [PATCH] keycloak yml modified --- keycloak/keycloak.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/keycloak/keycloak.yml b/keycloak/keycloak.yml index 5e69971..a3dbd4b 100644 --- a/keycloak/keycloak.yml +++ b/keycloak/keycloak.yml @@ -15,7 +15,7 @@ services: KEYCLOAK_ADMIN_PASSWORD: eE24619840420* ports: - target: 8080 - published: 8080 + published: 8084 protocol: tcp mode: host networks: @@ -35,4 +35,5 @@ networks: postgres_network: external: true keycloak-net: - external: true \ No newline at end of file + driver: overlay + attachable: true