Skip to content

🔥 Simple FHIR Facade based on HAPI FHIR - Native image build now available

Notifications You must be signed in to change notification settings

goafabric/fhir-facade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker compose

go to /src/deploy/docker and do "./stack up" or "./stack up -native"

run jvm multi image

docker run --pull always --name fhir-facade --rm -p50700:50700 goafabric/fhir-facade:$(grep '^version=' gradle.properties | cut -d'=' -f2)

run native image

docker run --pull always --name callee-service-native --rm -p50700:50700 goafabric/fhir-facade-native:$(grep '^version=' gradle.properties | cut -d'=' -f2) -Xmx32m

run native image arm

docker run --pull always --name callee-service-native --rm -p50700:50700 goafabric/fhir-facade-native-arm64v8:$(grep '^version=' gradle.properties | cut -d'=' -f2) -Xmx32m

About

🔥 Simple FHIR Facade based on HAPI FHIR - Native image build now available

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published