Giter Club home page Giter Club logo

firely-server-docker-compose's Introduction

Firely Server running with Docker Compose

Firely's FHIR Server, with configuration and volumes prepared for easier configuration.

Currently, this is using only FHIR v4. Looking forward to move to v5 :)

Docker Compose

Uses 2 services:

  • Firely's FHIR Server
  • SQL Server for persistence of operational and administration data

Map custom resources into Firely Server container

Firely Server in docker-compose.yml uses several volumes, mapped into firely-configuration directory. To run the service, this directory must include:

  • license folder with a license firelyserver-license.json inside:

    • Free tier can be gotten from Firely Server Trial;
    • The license is ignored by Git, as it must not be shared by source control;
  • plugins folder:

    • Any custom plugins (DLLs) must be put inside this folder, to be used by the Server;
    • Custom plugins' namespaces must also be referenced within appsettings, to be picked up by the Server;
    • Currently its content is ignored by Git, to avoid having built DLLs in source control (instead, these can be built locally, in a CI/CD process, etc.);
  • settings folder with:

    • Appsettings and logsettings JSON files;
    • An example of an environment-specific appsettings file, with an example to exclude Importing operations (appsettings.instance.exclude_import.json)
  • vonk-import folder to load additional conformance resources;

  • vonk-imported folder to to save the import history of conformance resources:

    • Its content is ignored by Git, to allow each local environment to do the initial loading into their persistence infrastructure (in this case, SQL Server).

firely-server-docker-compose's People

Contributors

nhpinheiro avatar nunohpinheiro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.