generate_docker_compose
Create Docker Compose templates for specified services, optionally including database services like PostgreSQL and Redis.
Instructions
Generate a Docker Compose file template
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| services | Yes | List of service names to include | |
| include_database | No | Include database services (PostgreSQL, Redis) |