Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xe-nvdk/ezcompose
EZCompose is a docker-compose.yml builder. Define your images, networks, volumes, ports and more, easily.
https://github.com/xe-nvdk/ezcompose
docker docker-compose docker-compose-builder yml-builder
Last synced: 2 days ago
JSON representation
EZCompose is a docker-compose.yml builder. Define your images, networks, volumes, ports and more, easily.
- Host: GitHub
- URL: https://github.com/xe-nvdk/ezcompose
- Owner: xe-nvdk
- License: mpl-2.0
- Created: 2020-11-14T16:58:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-15T14:21:03.000Z (8 months ago)
- Last Synced: 2024-11-07T02:37:14.744Z (9 days ago)
- Topics: docker, docker-compose, docker-compose-builder, yml-builder
- Language: Python
- Homepage:
- Size: 16.8 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# EZCompose ![visitors](https://visitor-badge.glitch.me/badge?page_id=ezcompose) ![Pylint](https://github.com/xe-nvdk/ezcompose/workflows/Pylint/badge.svg)
EZCompose is a docker-compose.yml builder. Define your images, networks, volumes, ports and more, easily. In this video (Spanish), you can see how [EZCompose works](https://youtu.be/nCqUx_3D7mQ?t=100).[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/B0B34N5TU)
## FAQ
### How should I run EZCompose?
In each release, you have an executable file to run EZCompose under Linux or macOS.
```
$ ./ezcompose
```
If you're a Windows user, you need to download the source code and run it in the following way.```
$ python3 ezcompose.py
```
If you don't have installed Python, you can download it from [here](https://www.python.org/downloads/).Since the v0.1.5, EZCompose can be run from a Docker Container; you only need to run...
```
$ docker run -it hectorivand/ezcompose:v0.1.8
```### I want to contribute with EZCompose
If you like this project and you want to contribute, you're very welcome to do it, just fork it and make a pull request when you're ready. Here, you can see the [To Do list](https://github.com/xe-nvdk/ezcompose/projects/1) and here the [Issues](https://github.com/xe-nvdk/ezcompose/issues).