I have a random question, I have been looking into how to set up bahmni-docker, and have been customizing the docker-compose.yml file quite a lot, to make it easier for me to manage.
I am wondering if anyone knows the idea behind the bahmni-config docker container? As far as I can tell, the config files are served by bahmni-web, and this bahmni-config container seems to start with a set of config files in /etc/bahmni_config which then get copied to /usr/local/bahmni_config, and this gets replaced by a mounted volume in the docker-compose.yaml file.
But so far I haven’t found if or where this container is actually used.