@gsluthra I am trying to make changes to the OpenMRS API backend, build a custom docker image out of it, add this in docker-compose.yml so that bahmni’s default openmrs backend is disconnected and my custom openmrs backend code is activated.
Is this the right way, because I am getting 404 not found error when trying to access clinical services. Please help me in going forward with this approach.
The approach to build a custom image and replace it in docker-compose.yml is fine. That should work.
If you are getting errors, then possibly your build-out of the custom image is likely not compatible with Bahmni (missing some mandatory omods, or using the wrong code repository, or both?).
What steps did you perform to build your custom OpenMRS API backend?