An open API service indexing awesome lists of open source software.

https://github.com/niklasrosenstein/compose-me

Compose-me is a tool inspired by Helm to create templates for docker-compose projects.
https://github.com/niklasrosenstein/compose-me

docker docker-compose templating

Last synced: about 2 months ago
JSON representation

Compose-me is a tool inspired by Helm to create templates for docker-compose projects.

Awesome Lists containing this project

README

          

compose-me

[Helm]: https://helm.sh/
[Jinja]: https://jinja.palletsprojects.com/

Compose-me is a tool inspired by [Helm][] to create templates for docker-compose projects. It is particularly useful
for relatively complex applications that requires some customization. Compose-me allows you to create a template
project that can be configured using a small subset of well-defined values.

📖 View the [documentation](https://niklasrosenstein.github.io/compose-me).

## Installation

Install compose-me from PyPI:

$ pipx install compose-me

Compose-me requires Python 3.10 or newer.