manage_dev_environment
Sets up local development environments with Docker Compose. Specify a service and project path to initialize containers.
Instructions
Manages local development environments using Docker Compose.
Args:
service: The service to set up (e.g., 'postgres', 'redis').
project_path: The path to the project directory.
Returns:
A confirmation message with the next steps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | ||
| project_path | No | . |