Skip to content

Commit 2b94455

Browse files
committed
PR feedback
1 parent 138558a commit 2b94455

File tree

3 files changed

+482
-7
lines changed

3 files changed

+482
-7
lines changed

fhir-info-gateway/docker-compose-smart_keycloak.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,16 @@ version: "3.9"
22

33
services:
44
smart-config:
5-
image: jembi/keycloak-config
5+
image: jembi/keycloak-config:v0.0.1
66
networks:
77
keycloak:
88
environment:
99
KEYCLOAK_BASE_URL: ${KC_API_URL}
1010
KEYCLOAK_USER: ${KC_ADMIN_USERNAME}
1111
KEYCLOAK_PASSWORD: ${KC_ADMIN_PASSWORD}
1212
KEYCLOAK_REALM: ${KC_REALM_NAME}
13-
restart: on-failure
14-
command: ["-configFile", "config/backend-services-config.json"]
13+
command: [ "-configFile", "config/backend-services-config.json" ]
1514
networks:
1615
keycloak:
17-
name: keycloak_public
18-
external: true
19-
16+
name: keycloak_public
17+
external: true

0 commit comments

Comments
 (0)