Skip to content

Commit b43818b

Browse files
committed
fix smart app launch sample
1 parent fbdfde5 commit b43818b

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

aidbox-features/smart-app-launch/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ languages: [YAML]
44
---
55
# SMART App Launch with Aidbox and Keycloak
66

7-
This demo showcases the Smart App EHR and Patient [launch flows](https://hl7.org/fhir/smart-app-launch/app-launch.html).
7+
This demo showcases the Smart App EHR and Patient [launch flows](https://hl7.org/fhir/smart-app-launch/app-launch.html).
88

99
## Components
1010

11-
1. [Aidbox](https://docs.aidbox.app/modules/security-and-access-control/smart-on-fhir)
11+
1. [Aidbox](https://docs.aidbox.app/modules/security-and-access-control/smart-on-fhir)
1212
FHIR server with SMART-on-FHIR support.
13-
2. [Keycloak](https://www.keycloak.org/)
13+
2. [Keycloak](https://www.keycloak.org/)
1414
Identity and Access Management solution that integrates with Aidbox through the [IdentityProvider](https://docs.aidbox.app/modules/security-and-access-control/set-up-external-identity-provider) resource.
15-
3. [Growth Chart Smart App](https://github.com/smart-on-fhir/growth-chart-app)
15+
3. [Growth Chart Smart App](https://github.com/smart-on-fhir/growth-chart-app)
1616
A SMART pediatric web application that displays patient growth charts based on their observations.
17-
4. **Demo Launcher Page**
17+
4. **Demo Launcher Page**
1818
A web page that emulates EHR patient context selection.
1919

2020
## Prerequisites
@@ -26,7 +26,7 @@ This demo showcases the Smart App EHR and Patient [launch flows](https://hl7.org
2626
To clone the repository and navigate to the `smart-app-launch` directory, run:
2727

2828
``` sh
29-
git clone git@github.com:Aidbox/examples.git && cd examples/smart-app-launch
29+
git clone git@github.com:Aidbox/examples.git && cd examples/aidbox-features/smart-app-launch
3030
```
3131

3232
## Step 1: Run Demo Components

aidbox-features/smart-app-launch/docker-compose.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ services:
3131
- ./launcher.html:/usr/share/nginx/html/launcher.html:r
3232

3333
aidbox_db:
34-
image: healthsamurai/aidboxdb:17
34+
image: postgres:17
3535
pull_policy: always
3636
volumes:
37-
- aidbox_pg_data:/data:delegated
37+
- aidbox_pg_data:/data:delegated
3838
environment:
3939
PGDATA: /data
4040
POSTGRES_USER: aidbox
41-
POSTGRES_PORT: '5432'
41+
POSTGRES_PORT: "5432"
4242
POSTGRES_DB: aidbox
4343
POSTGRES_PASSWORD: nP0s8ALcTk
4444

0 commit comments

Comments
 (0)