UPDATE: We have updated bahmni/openmrs
image to use openmrs/openmrs-core as the base image which supports ARM architecture. Now running Bahmni with Docker on Mac M1/M2 should be smooth.
Please follow the steps below:
- Pull bahmni-docker repository.
- Pull latest images →
docker compose --profile openmrs pull
- Start services →
docker compose --profile openmrs up -d
For more advanced configuration please refer here.
Note: Currently the image is based on openmrs-core:2.5.x-nightly build. Will update here once a tagged release build is ready.
cc. @gsluthra @mradul.jain @umairfayaz
Thanks