Skip to content

Commit 2f546b8

Browse files
committed
reenable keycloak localhost access
1 parent 83d0ba9 commit 2f546b8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ services:
9393
container_name: inferx_dashboard
9494
network_mode: "host"
9595
environment:
96-
- KEYCLOAK_URL=http://${LOCAL_IP}:31260/authn
96+
- KEYCLOAK_URL=http://${LOCAL_IP}:1260/authn
9797
- KEYCLOAK_REALM_NAME=inferx
9898
- KEYCLOAK_CLIENT_ID=infer_client
9999
- KEYCLOAK_CLIENT_SECRET=M2Dse5531tdtyipZdGizLEeoOVgziQRX
@@ -129,7 +129,7 @@ services:
129129
networks:
130130
- keycloak-network
131131
ports:
132-
- '31260:8080'
132+
- '1260:8080'
133133
environment:
134134
- KEYCLOAK_ADMIN=admin
135135
- KEYCLOAK_ADMIN_PASSWORD=admin

docker-compose_blob.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ services:
109109
container_name: inferx_dashboard
110110
network_mode: "host"
111111
environment:
112-
- KEYCLOAK_URL=http://${LOCAL_IP}:31260/authn
112+
- KEYCLOAK_URL=http://${LOCAL_IP}:1260/authn
113113
- KEYCLOAK_REALM_NAME=inferx
114114
- KEYCLOAK_CLIENT_ID=infer_client
115115
- KEYCLOAK_CLIENT_SECRET=M2Dse5531tdtyipZdGizLEeoOVgziQRX
@@ -146,7 +146,7 @@ services:
146146
networks:
147147
- keycloak-network
148148
ports:
149-
- '31260:8080'
149+
- '1260:8080'
150150
environment:
151151
- KEYCLOAK_ADMIN=admin
152152
- KEYCLOAK_ADMIN_PASSWORD=admin

nodeconfig/node3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"secretStoreAddr": "postgresql://secret:123456@localhost:5431/secretdb",
4242
"keycloakconfig": {
43-
"url": "http://192.168.0.22:31260/authn",
43+
"url": "http://localhost:1260/authn",
4444
"realm": "inferx"
4545
}
4646
}

0 commit comments

Comments
 (0)