This repository consist of bahmni ABDM dockerization related scripts and files.
To build a image, you need to export BAHMNI_VERSION
and GITHUB_RUN_NUMBER
To generate architecture diagram from docker-compose, run sh generate_architecture_diagram.sh
command.
While running this command, arguments can be passed to generate customized diagram. There are three options available:
- --no-networks
- --no-ports
- --no-volumes
Example:
sh generate_architecture_diagram.sh --no-volumes --no-networks
The diagram will be generated in the root directory and if there is any existing diagram it will replace it with the newly generated diagram.