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.
- Host: GitHub
- URL: https://github.com/niklasrosenstein/compose-me
- Owner: NiklasRosenstein
- Created: 2023-12-10T03:36:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T00:00:32.000Z (over 2 years ago)
- Last Synced: 2025-04-03T20:48:58.269Z (about 1 year ago)
- Topics: docker, docker-compose, templating
- Language: Python
- Homepage: https://niklasrosenstein.github.io/compose-me
- Size: 2.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.