Parses docker-compose.yml files using PyYAML and generates interactive dependency graphs with Graphviz and D3.js. Shows port mappings, volume mounts, network topology, and health check status.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Docker Compose Service Graph Visualizer"
slug: "docker-compose-service-graph-visualizer"
description: "Parses docker-compose.yml files using PyYAML and generates interactive dependency graphs with Graphviz and D3.js. Shows port mappings, volume mounts, network topology, and health check status."
github_stars: 37227
verification: "security_reviewed"
source: "https://github.com/docker/compose"
author: "Docker"
category: "Developer Tools"
framework: "Claude Code"
tool_ecosystem:
github_repo: "docker/compose"
github_stars: 37227
---
# Docker Compose Service Graph Visualizer
Parses docker-compose.yml files using PyYAML and generates interactive dependency graphs with Graphviz and D3.js. Shows port mappings, volume mounts, network topology, and health check status.
## Prerequisites
Docker Compose, Compose file format, Docker CLI
## Installation
Use the upstream install or setup path that matches your environment:
- Docker Compose is a tool for running multi-container applications on Docker
- Docker Swarm used to rely on the legacy compose file format but did not adopt the compose specification
- Docker Compose is included in
- Lastly, run docker compose up and Compose will start and run your entire
Requirements and caveats from upstream:
- [Docker Compose](#docker-compose)
- [Where to get Docker Compose](#where-to-get-docker-compose)
- # Docker Compose
Basic usage or getting-started notes:
- [Quick Start](#quick-start)
- -----------
- Define your app's environment with a Dockerfile so it can be
- Source: https://github.com/docker/compose
- Extracted from upstream docs: https://raw.githubusercontent.com/docker/compose/HEAD/README.md
## Documentation
- https://docs.docker.com/compose/
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/docker-compose-service-graph-visualizer/)
No comments yet. Be the first to comment!