Skip to content

Commit 541a022

Browse files
committed
Add SMART on fhir realms creator
1 parent 8e2c200 commit 541a022

File tree

3 files changed

+751
-2
lines changed

3 files changed

+751
-2
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: "3.9"
2+
3+
services:
4+
smart-config:
5+
image: jembi/keycloak-config
6+
networks:
7+
- fhir-info-gateway_default
8+
environment:
9+
KEYCLOAK_BASE_URL: ${KC_API_URL}
10+
KEYCLOAK_USER: ${KC_ADMIN_USER}
11+
KEYCLOAK_PASSWORD: ${KC_ADMIN_PASSWORD}
12+
KEYCLOAK_REALM: ${KC_REALM_NAME}
13+
networks:
14+
fhir-info-gateway_default:
15+

0 commit comments

Comments
 (0)