Compose: deploy stack
deploy_stackDeploy or update a Docker Compose stack in the background. Optionally rebuild images or target specific services.
Instructions
Deploy or update a Compose stack in the background (compose up -d). Optionally rebuild images and/or scope to specific services. This is the one-shot 'ship it' action.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to a compose file, or a directory containing one (compose.yaml / docker-compose.yml). Relative paths resolve against the server's configured Compose working directory. | |
| build | No | Rebuild images before starting (default: false). | |
| project | No | Explicit Compose project name (defaults to the folder name). | |
| services | No | Limit the action to these services (default: all). |