meli
meli copied to clipboard
faster, drop in, alternative to docker-compose
We should be able to install this on alpine via: ``` apk add meli ``` For more info: https://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package
Thank you for contributing to meli. Every contribution to meli is important to us. Contributor offers to license certain software (a “Contribution” or multiple “Contributions”) to meli, and meli agrees...
Thank you for contributing to meli. Every contribution to meli is important to us. Contributor offers to license certain software (a “Contribution” or multiple “Contributions”) to meli, and meli agrees...
we should reset whatever we get from sync.pool b4 use; https://github.com/komuw/meli/blob/9e036d4b8156edd7a42266917ac99a15fa9e903a/image.go#L118
Looks like meli doesn't support [.env](https://docs.docker.com/compose/environment-variables/#the-env-file) file. ``` ➔ cat .env APP_VERSION=1 ➔ cat docker-compose.yml version: "3" services: app: image: nginx:${APP_VERSION} ➔ meli -up service=app error=originalErr:: invalid reference format ThisErr::...
A requisite for this is that we port over the test suite from[3] replace parsedotenv.env replace env with a []string since ComposeService.Environment is a []string[1] This will help us not...
https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md
I just want to report that it would be awesome if meli could be installed with [brew](https://brew.sh/) ``` ➔ brew search meli ==> Searching local taps... timelimit ==> Searching taps...