cli_docker_up
Start Docker services for LaunchFrame projects in the background. Use this tool to launch specific services or all services, then check logs for output.
Instructions
Start Docker services for a LaunchFrame project. Always runs detached (background). Use cli_docker_logs to inspect output afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the LaunchFrame project root | |
| service | No | Specific service to start (e.g., "backend", "admin-portal"). Omit to start all services. |