pandorabox.io/scripts/create-dep-graph.sh

3 lines
159 B
Bash
Executable File

#!/bin/sh
cat docker-compose.yml | docker run -i funkwerk/compose_plantuml --boundaries --link-graph | docker run -i think/plantuml -tpng > docker-compose.png