Create project
arcane_project_createCreate a Docker Compose project from a compose file, with support for environment variables and nested directories.
Instructions
Create a new Docker Compose project from a compose file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environmentId | Yes | Environment ID | |
| name | Yes | Project name | |
| composeContent | Yes | Docker Compose YAML content | |
| envContent | No | Environment variables content (.env format) | |
| directory | No | Project directory path (supports nested and symlinked directories) |