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!
- Host: GitHub
- URL: https://github.com/amirparsadd/compocompo
- Owner: amirparsadd
- Created: 2025-03-21T16:31:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T23:55:03.000Z (12 months ago)
- Last Synced: 2025-06-25T00:28:58.742Z (12 months ago)
- Topics: docker, docker-compose, docker-container, iac, infrastructure-as-code
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 (⭐⭐)