compose_up
Start Docker Compose services with optional image building and detached mode.
Instructions
Bring up Docker Compose services from a docker-compose.yml file. Optionally build images first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to docker-compose.yml directory | |
| build | No | Build images before starting (default: false) | |
| detach | No | Run in detached mode (default: true) | |
| services | No | Specific services to start |