Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Bahmni docker-compose has been configured with profiles which allows you to run the required services. More about compose profiles can be found here.

Setting the required profile:

Info

proxy,bahmni-config are generic services and it will start always irrespective of below profiles.

  • Profiles can be set by changing the COMPOSE_PROFILES variable in .env file. You can set multiple profiles by comma separated values. (Recommended)

    • Example: COMPOSE_PROFILES=openelis,odoo

  • You can also pass this as an argument with docker-compose up command. If you prefer passing this from command-line, comment COMPOSE_VARiABLES in the .env file

    • Example: docker compose --profile emr up (or) docker compose --profile emr --profile openelis up

Image RemovedImage Added

Tip

The profiles standard and lite are broad level profiles which runs specific group of below mentioned profiles. More about Bahmni Lite vs Bahmni Standard can be found here.

...