Stream: hapi
Topic: Prepopulated Docker
Arno Appenzeller (Aug 17 2020 at 08:24):
Hi can anybody help with HAPI FHIR JPA and Docker? I try to setup a prepopulated FHIR HAPI database when I start the docker container. Therefore I want to insert 10 sample patients (from synthea or others) on startup. What is the best strategy for this?
Best regards
Arno
Jens Villadsen (Aug 17 2020 at 08:26):
if you are using eg. the HAPI FHIR starter project, then have a look at https://github.com/hapifhir/hapi-fhir-jpaserver-starter#overriding-application-properties - then you can override with your own database settings
Last updated: Apr 12 2022 at 19:14 UTC