compose_generate
Generate a Docker Compose file with service definitions and networking. Supply a project name and service list to produce a ready-to-use compose configuration.
Instructions
Generate a Docker Compose file with service definitions and networking
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| services | Yes | List of service names to include | |
| project_name | Yes | Name of the project | |
| compose_version | No | Compose file version (default 3.9) |