Docker Compose Skill
Use when
- •Adding or modifying compose services
- •Networking/volumes/env wiring
- •Local dev ergonomics and debugging
Operating checklist
- •Keep service names stable and descriptive.
- •Make env vars explicit; document required vars.
- •Document volumes and network intent.
- •Add healthchecks when they materially improve reliability.
Done criteria
- •
docker compose configvalidates - •Local run instructions updated (if needed)