Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic committed Aug 19, 2024
1 parent 138558a commit 2b94455
Show file tree
Hide file tree
Showing 3 changed files with 482 additions and 7 deletions.
10 changes: 4 additions & 6 deletions fhir-info-gateway/docker-compose-smart_keycloak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@ version: "3.9"

services:
smart-config:
image: jembi/keycloak-config
image: jembi/keycloak-config:v0.0.1
networks:
keycloak:
environment:
KEYCLOAK_BASE_URL: ${KC_API_URL}
KEYCLOAK_USER: ${KC_ADMIN_USERNAME}
KEYCLOAK_PASSWORD: ${KC_ADMIN_PASSWORD}
KEYCLOAK_REALM: ${KC_REALM_NAME}
restart: on-failure
command: ["-configFile", "config/backend-services-config.json"]
command: [ "-configFile", "config/backend-services-config.json" ]
networks:
keycloak:
name: keycloak_public
external: true

name: keycloak_public
external: true
Loading

0 comments on commit 2b94455

Please sign in to comment.