Skip to content

Commit

Permalink
Add SMART on fhir realms creator
Browse files Browse the repository at this point in the history
  • Loading branch information
drizzentic committed May 29, 2024
1 parent 8e2c200 commit a821ec4
Show file tree
Hide file tree
Showing 3 changed files with 751 additions and 2 deletions.
15 changes: 15 additions & 0 deletions fhir-info-gateway/docker-compose-smart_keyclock.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: "3.9"

services:
smart-config:
image: jembi/keycloak-config
networks:
- fhir-info-gateway_default
environment:
KEYCLOAK_BASE_URL: ${KC_API_URL}
KEYCLOAK_USER: ${KC_ADMIN_USER}
KEYCLOAK_PASSWORD: ${KC_ADMIN_PASSWORD}
KEYCLOAK_REALM: ${KC_REALM_NAME}
networks:
fhir-info-gateway_default:

Loading

0 comments on commit a821ec4

Please sign in to comment.