Sign inSign up

chillibits/compose-generator

By chillibits

Updated about 4 years ago

Easy to use cli to generate Docker Compose YAML configuration files.

Image
3

9.1K

chillibits/compose-generator repository overview

Compose Generator Logo

Compose Generator

Easy to use cli tool to generate Docker Compose configurations blazingly fast.


Quick reference

  • 1.9.0, 1.9, 1, latest
  • 1.8.0, 1.8
  • 1.7.0, 1.7
  • 1.6.0, 1.6
  • 1.5.0, 1.5
  • 1.4.0, 1.4
  • 1.3.0, 1.3
  • 1.2.1, 1.2
  • 1.1.0, 1.1
  • 1.0.0

Quick reference (cont.)

Documentation

Please visit the documentation on compose-generator.com.

Usage

You can use the Compose Generator CLI by directly installing it on your Docker host system or by generating your compose file with the Compose Generator Docker container on the fly.

Install Compose Generator CLI

For installation instructions for Linux, Windows, etc., please visit the installation guide.

QuickStart with Docker

For Linux:

$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd):/cg/out chillibits/compose-generator [<command>]

For Windows:

$ docker run --rm -it -v /var/run/docker.sock:/var/run/docker.sock -v ${pwd}:/cg/out chillibits/compose-generator [<command>]

Note: This command does not work with Windows CMD command line. Please use Windows PowerShell instead.

Contribute by providing predefined service templates

If you miss a predefined service and you want to create one for the public, please read the instructions to create one. Fork the repository, create the template and open a pr. The community is thankful for every predefined template!

Contribute otherwise to the project

If you want to contribute to this project, please ensure you comply with the contribution guidelines.

© Marc Auberer 2021-2022

Tag summary

Content type

Image

Digest

Size

27.3 MB

Last updated

about 4 years ago

docker pull chillibits/compose-generator