devcontainer_configure
Set up advanced devcontainer configurations: add Docker Compose services, load environment files, mount volumes, and secure access with an API key.
Instructions
Configure advanced devcontainer features like Docker Compose, networking, and secrets (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | API key for authentication | |
| volumes | No | Named volumes to mount | |
| env_files | No | Environment files to load | |
| compose_services | No | Docker Compose services to include (e.g. postgres, redis) |