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