Sign inSign up

b32147/hapi-fhir

By b32147

•Updated about 9 years ago

HAPI-FHIR JPA example server running on Alpine and Jetty with cURL installed for healthchecks

Image
0

1.8K

b32147/hapi-fhir repository overview

⁠Running hapi-fhir in a Docker container

Use this command to start the container: docker run -d --name hapi-fhir -e HAPI_FHIR_PORT={PORT} -p {PORT}:{PORT} b32147/hapi-fhir

FHIR will default to using port 8080 if none is specified in the HAPI_FHIR_PORT argument.

Note: with this command data is persisted across container restarts, but not after removal of the container. Use a docker volume mapping on /var/lib/jetty/target to achieve this.

Tag summary

Content type

Image

Digest

Size

270.7 MB

Last updated

about 9 years ago

docker pull b32147/hapi-fhir