BBahmni 한국어 매뉴얼검색
한국어 번역 완료
한국어English

Bahmni-Mart Configuration (docker)

Bahmni-mart is a Standalone Batch Application based on spring-batch. Bahmni-mart aims to simplify reporting for Bahmni by pulling data from OpenMRS and moving it into Mart DB (postgres). To Read more click here. You can use the packaged opensource metabase to connect to MartDB and create reports/visualisation.

Environment Configurations:

Variable NameDescription
BAHMNI_MART_IMAGE_TAGImage version to be used for Bahmni-mart. A list of tags can be found at bahmni/bahmni-mart image - Tags.
BAHMNI_MART_DB_IMAGE_TAGImage version to be used for Postgres image. A list of tags can be found at postgres - Tags.
CRON_TIMEScheduler frequency to run Bahmni-mart application
MART_DB_HOSTHost name of the Bahmni-mart Database server.
MART_DB_NAMEDatabase name for Bahmni-mart application
MART_DB_USERNAMEUsername of the Bahmni-mart database.
MART_DB_PASSWORDPassword of the Bahmni-mart database.
OPENMRS_DB_HOSTHost name of the OpenMRS Database server.
OPENMRS_DB_NAMEDatabase name for OpenMRS application
OPENMRS_DB_USERNAMEUsername of the OpenMRS Database
OPENMRS_DB_PASSWORDPassword of the OpenMRS Database.

Running Bahmni-Mart using Docker

Run the profile bahmni-mart using the command :-

To check the logs, follow the steps :-

# Get the container ID of the container
docker ps
# View logs of container
docker logs -f <CONTAINER ID>

To stop running docker services

1관련 문서: Running Bahmni on Docker

원문 정보

Bahmni Wiki · CC BY-SA 4.0

원문 보기 ↗