Docker Reference Application in Production?

I have created an automated CI pipeline to build production docker images in my fork of openmrs-distro-referenceapplication: https://github.com/isears/openmrs-distro-referenceapplication

Using this pipeline, I have production images hosted on my dockerhub for 2.6.x, 2.7.x and latest. The production images only really have two features distinct from the demo images:

  • Ability to set the admin password in docker-compose
  • No demo data by default

I’m currently using this setup for an implementation on AWS and anyone who’s interested can check out my docker-compose files here: https://github.com/fortitudoinc/fortitudoinc-infra

I don’t think there’s enough community interest at the point to do any more work. But if, in the future, anyone is interested in more features or help setting up a dockerized, production-ready openmrs implementation feel free to let me know!

1 Like