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

https://github.com/amirparsadd/compocompo

A DCaC (Docker Compose as Code) Tool!
https://github.com/amirparsadd/compocompo

docker docker-compose docker-container iac infrastructure-as-code

Last synced: 8 months ago
JSON representation

A DCaC (Docker Compose as Code) Tool!

Awesome Lists containing this project

README

          

# CompoCompo - Docker Compose As Code
CompoCompo is a tool to write code and transpile it into a docker compose file. please note that this is still in the making and might not be suited for production use

## How To Use
1. Clone/Fork this repository (depending on you needs)
2. Make modifications to the `src/index` file
3. Run `npm run build`

### How To Contribute
All PRs/Issues/Feature Recommendations are welcome! Just submit them and you might become a contributor of the project!

Heres a list of things we must add (priority ranked with stars):
1. Environment variable API (⭐⭐⭐)
2. Network Support (⭐⭐⭐⭐)
3. Input Validation (⭐⭐)
4. Volume Driver Config (⭐)
5. HealthCheck, DependsOn, Restart Policy (⭐⭐⭐⭐)
6. Jest Unit Tests (⭐⭐)