Jörn Guy Süß d547ca12a1 feat: use ephemeral volumes and variable image
* use ephemeral volumes to avoid root mounts in user space
* use image definition using environment variable with default.
2025-08-04 12:30:39 +10:00

598 B

FHIRFLARE IG Toolkit

This directory provides scripts and configuration to start and stop a FHIRFLARE instance with an attached HAPI FHIR server using Docker Compose.

Usage

  • To start the FHIRFLARE toolkit and HAPI server:

    ./docker-compose/up.sh
    
  • To stop and remove the containers and volumes:

    ./docker-compose/down.sh
    

The web interface will be available at http://localhost:5000 and the HAPI FHIR server at http://localhost:8080/fhir.

For more details, see the configuration files in this directory.