File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
21
21
command : [
22
22
' start' ,
23
23
' --optimized' ,
24
- # '--cache=ispn',
24
+ # '--cache=ispn',
25
25
' --hostname' ,
26
26
' http://keycloak.localtest.me:9081/auth' ,
27
27
' --db-url' ,
Original file line number Diff line number Diff line change 3
3
cd /tmp
4
4
5
5
while true ; do
6
- keycloakstatus=$( curl -o /dev/null -Isw ' %{http_code}\n' http://keycloak.localtest.me:9081/auth/realms/master)
6
+ keycloakstatus=$( curl -o /dev/null -sw ' %{http_code}\n' http://keycloak.localtest.me:9081/auth/realms/master)
7
7
echo " $keycloakstatus "
8
8
if [[ " $keycloakstatus " == " 200" ]]; then
9
9
echo " Keycloak is up"
Original file line number Diff line number Diff line change 1
1
upstream backend {
2
2
server api-services-portal-keycloak-nodes-1:9081;
3
- # server api-services-portal-keycloak-nodes-2:9081;
3
+ # server api-services-portal-keycloak-nodes-2:9081;
4
4
}
5
5
6
6
server {
You can’t perform that action at this time.
0 commit comments