Docker Compose Builder is a tool that allows you to create customized docker-compose.yml files through an intuitive graphical interface. The project offers:
- Add, edit, and remove services: Customize each service (image, ports, volumes, environment variables, etc.) directly from the GUI.
- Copy the generated YAML: Instantly get a Docker Compose-compatible YAML file ready to copy and use.
- Export configuration: Save your current configuration for reuse or sharing.
- Import an existing configuration: Easily load a ready-made YAML configuration and modify it through the interface.
-
Clone the repository and install dependencies:
npm install
-
Start the development environment:
npm run dev
-
Build for production:
npm run build
See the Vite documentation for advanced configuration.