timps_docker_compose_architect
Creates production-ready compose.yaml files from plain-English project requests, including environment variables, healthchecks, volumes, networks, and profiles.
Instructions
Compose a production-grade multi-service docker-compose (or compose.yaml) for a project: env, healthchecks, volumes, networks, profiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | No | Plain-English task or context for the agent. | |
| language | No | Primary programming language (default: python). | python |