docker_compose
Manage Docker Compose services to orchestrate multi-container applications. Start, stop, build, and monitor containers using defined configurations.
Instructions
Manage Docker Compose services
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Docker Compose action to perform | |
| service | No | Specific service to target | |
| file | No | Docker Compose file path (default: docker-compose.yml) | |
| detach | No | Run in background (for up action) | |
| build | No | Build images before starting (for up action) | |
| force_recreate | No | Force recreate containers | |
| remove_orphans | No | Remove containers for services not defined in compose file | |
| follow | No | Follow log output (for logs action) | |
| tail | No | Number of lines to show from end of logs | |
| command | No | Command to execute (for exec action) | |
| project_name | No | Project name for compose stack |