Skip to content

A simple and modern, web-based GUI built with Vue 3 to help developers visually build and manage docker-compose.yml files.

Notifications You must be signed in to change notification settings

marcocusano/docker-compose-builder

Repository files navigation

Docker Compose Builder

Version Framework Author

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.

Getting Started

  1. Clone the repository and install dependencies:

    npm install
  2. Start the development environment:

    npm run dev
  3. Build for production:

    npm run build

More Information

See the Vite documentation for advanced configuration.

About

A simple and modern, web-based GUI built with Vue 3 to help developers visually build and manage docker-compose.yml files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published