Plan Docker Compose Deployment
plan_docker_deploymentGenerate and preview Docker Compose deployment commands. Plan builds and restarts for specific services, with optional image pulling; commands are not executed until confirmed.
Instructions
Plans a safe Docker Compose deployment by generating the exact commands. Does NOT execute anything without confirm_execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_path | No | Absolute path to application directory on remote server (auto-resolved if omitted) | |
| services | No | Optional list of specific services to build/restart. If omitted, all services are rebuilt. | |
| pull_images | No | Set to true to pull latest base images before building (docker compose pull) | |
| compose_file | No | Docker Compose filename. Omit or pass 'auto' to detect docker-compose.yml or compose.yml automatically. |