compose_up
Start Docker Compose services from a compose file, enabling background execution, image building, service selection, project naming, and orphan cleanup.
Instructions
Start Docker Compose services
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to docker-compose.yml file | |
| build | No | Build images before starting containers | |
| detach | No | Run in background | |
| services | No | Services to start (default: all services) | |
| projectName | No | Specify project name | |
| removeOrphans | No | Remove containers for services not defined in the Compose file |