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