setup-compose-stack
Installation
SKILL.md
Set Up Compose Stack
Configure Docker Compose for multi-service application stacks with databases, caches, and workers.
When to Use
- Running a web app with a database and/or cache
- Setting up a development environment with multiple services
- Orchestrating background workers alongside an API
- Needing reproducible multi-service environments across teams
Inputs
- Required: Application service (language, port, entry point)
- Required: Supporting services needed (database, cache, queue, etc.)
- Optional: Development vs production configuration
- Optional: Existing Dockerfiles for custom services
Procedure
Related skills