Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Docker Image + Environment Variable configuration. #116

Open
matthewhartstonge opened this issue May 9, 2019 · 0 comments · May be fixed by #144
Open

Docker Image + Environment Variable configuration. #116

matthewhartstonge opened this issue May 9, 2019 · 0 comments · May be fixed by #144

Comments

@matthewhartstonge
Copy link

matthewhartstonge commented May 9, 2019

Currently Gaurun does not have a way to deploy via Docker.
We run Kubernetes and as such all deployments are container driven.

It would be nice to have a docker image to ease adoption, upgrades and developer experience.

For example, we code on windows, but deploy on Linux (using containers).
Currently there is no windows binary to run.

Whereas it would be great to simply run:

docker run -d mercari/gaurun:v0.10.0 \
  -p 1056:1056 \
  -v conf:/conf

Which works across all platforms!

I am able to help with creating a minimalist Dockerfile with configuration via Environment Variables. (As I need to do it anyway for our internal deployment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant