kids-first / kf-ui-fhir-data-dashboard

💡📊 Prototype FHIR data dashboard - what's in my FHIR server?
Apache License 2.0
7 stars 2 forks source link

Docker Compose missing required env vars for app initialization #106

Closed znatty22 closed 4 years ago

znatty22 commented 4 years ago

After #82 was implemented, the FHIR API settings had to be set via environment variables at container run time. We forgot to add this to the docker compose file. We need to add the app initialization env vars so that the local app launches pointing at the local FHIR server.