Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/altipla-consulting/gendc
Internal tool to generate Docker Compose configurations on-the-fly.
https://github.com/altipla-consulting/gendc
Last synced: about 1 month ago
JSON representation
Internal tool to generate Docker Compose configurations on-the-fly.
- Host: GitHub
- URL: https://github.com/altipla-consulting/gendc
- Owner: altipla-consulting
- License: mit
- Created: 2022-04-27T20:33:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-16T16:25:43.000Z (over 1 year ago)
- Last Synced: 2024-06-21T09:36:48.653Z (7 months ago)
- Language: Go
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gendc
Internal tool to generate Docker Compose configurations on-the-fly.
## Install
```shell
go install github.com/altipla-consulting/gendc@latest
```## Contributing
You can make pull requests or create issues in GitHub. Any code you send should be formatted using `make gofmt`.
## License
[MIT License](LICENSE)