Skip to content

Generate beautiful visuals from docker-compose files. The mermaid graph can be exported to PNG, SVG, or edited directly in https://mermaid.live.

License

Notifications You must be signed in to change notification settings

derlin/docker-compose-viz-mermaid

Repository files navigation

Documentation main workflow

banner

Generate Mermaid graphs from docker-compose files (in kotlin). Inspired from https://github.com/pmsipilot/docker-compose-viz.

productapp example

Examples

More examples are located in src/test/resources/examples/full and the generated artifacts are located under docs/assets/generated for images and docs/_includes/generated for text.

Roadmap

TODO

  • add logs in code
  • support networks in docker-compose
  • support extends in docker-compose