deploy_stack
Deploy a multi-container application using a docker-compose YAML definition. Specify a project name and the full compose file contents.
Instructions
Deploys a multi-container application from a docker-compose YAML definition. Args: project_name: unique name for this stack, used to group/manage its containers compose_yaml: full contents of a docker-compose.yml describing the services
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| compose_yaml | Yes | ||
| project_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |