VCompose
Drag-and-drop generates docker-compose.yml to bid farewell to the indenting trouble of handwritten YAML.
##Functional characteristics - ** Drag-and-drop canvas **: Drag services from the sidebar to visualize the container architecture - ** Wired dependence **: Draw arrows to express the `depends_on` relationship - ˇ* * Complete configuration **: Set mirroring, port mapping, environment variables, and data volumes - ** One-click export **: Copy or download the generated `docker-compose.yml` - ** AI-assisted generation **: Generate Compose configuration through natural language description - **MCP Server**: IDE integration support (Claude, Cursor, etc.) - ** Browser local storage **: All data is stored in the browser without registration ###Usage 1. Drag in preset services (such as nginx, postgres, redis, etc.) from the ** Services sidebar on the left, or click **Add Service** to add a custom service 2. Click the service node and configure parameters such as **image**, **ports**, **volumes**, **environment** and other parameters in the right panel 3. Drag from one service to another and establish a dependency relationship 4. Click the **Export** button at the top right to copy or download the generated `docker-compose.yml`


