File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -25,3 +25,5 @@ This application (edge-service) has graalvm native image that starts within seco
25
25
So this application have to wait 6-30 seconds for KC as it needs to register oidc clients during startup.
26
26
As we cannot use ` curl ` command in KC container, so we are using custom script in keycloak service health check as mentioned above.
27
27
28
+ ## Another Note:
29
+ - Add ` 127.0.0.1 keycloak ` entry in /etc/hosts file.
Original file line number Diff line number Diff line change 1
1
version : " 3.9"
2
2
services :
3
- keycloak-identity-server :
3
+ keycloak-identity-server-bb :
4
4
image : quay.io/keycloak/keycloak:23.0.6
5
- container_name : keycloak-identity-server
5
+ container_name : keycloak
6
6
command : start-dev --http-port 38217 --import-realm
7
7
volumes :
8
8
- ./keycloak/data:/opt/keycloak/data/import
@@ -26,7 +26,7 @@ services:
26
26
- AUTH_SERVER_URL=http://keycloak:38217
27
27
- INTERNAL_LOGS=INFO
28
28
depends_on :
29
- keycloak :
29
+ keycloak-identity-server-bb :
30
30
condition : service_healthy
31
31
ports :
32
32
- " 127.0.0.1:32900:32900"
You can’t perform that action at this time.
0 commit comments