https://github.com/derlin/docker-compose-viz-mermaid
Generate beautiful visuals from docker-compose files. The mermaid graph can be exported to PNG, SVG, or edited directly in https://mermaid.live.
https://github.com/derlin/docker-compose-viz-mermaid
docker-compose executable kotlin mermaid utility visualization
Last synced: 8 months ago
JSON representation
Generate beautiful visuals from docker-compose files. The mermaid graph can be exported to PNG, SVG, or edited directly in https://mermaid.live.
- Host: GitHub
- URL: https://github.com/derlin/docker-compose-viz-mermaid
- Owner: derlin
- License: mit
- Created: 2021-09-21T13:02:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T17:39:54.000Z (over 1 year ago)
- Last Synced: 2025-04-03T02:03:30.352Z (9 months ago)
- Topics: docker-compose, executable, kotlin, mermaid, utility, visualization
- Language: Kotlin
- Homepage: https://derlin.github.io/docker-compose-viz-mermaid
- Size: 2.32 MB
- Stars: 38
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://derlin.github.io/docker-compose-viz-mermaid/)


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

* [download](https://github.com/derlin/docker-compose-viz-mermaid/releases)
* [Read the docs](https://derlin.github.io/docker-compose-viz-mermaid/)
## 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