Running Bahmni on Apple Silicon M1 macs

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:

  1. Pull bahmni-docker repository.
  2. Pull latest images → docker compose --profile openmrs pull
  3. 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

3 Likes