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 |
---|
|
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 fileExample:
docker compose --profile emr up
(or)docker compose --profile emr --profile openelis up
Tip |
---|
The profiles |
...