Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 959 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 959 Bytes

bahmni-india-package

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

Generating architecture diagram from docker-compose

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:

  1. --no-networks
  2. --no-ports
  3. --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.