etsy / morgue

post mortem tracker
MIT License
1.02k stars 133 forks source link

Morgue docker container #116

Open ninoabbate opened 7 years ago

ninoabbate commented 7 years ago

I have created a build of Morgue in docker, if interested you can find it here: https://github.com/ninoabbate/docker-morgue

rothgar commented 7 years ago

Would love to see this with some better support for dynamic configuration (config via environment variables at runtime). I understand putting in an httpd.conf but most of the mougue config should be replaceable at runtime. htpasswd should also be optional and not hard code a password.

Is there a reason you're using your custom mariadb image and not the official one?

Would be great to get a single Dockerfile and docker-entrypoint.sh script in this repo and let a user BYO DB.

Also would be good for etsy to officially push it up to https://hub.docker.com/u/etsy/

ninoabbate commented 7 years ago

Hi rothgar, ok I will try to do all of the changes required.

rothgar commented 7 years ago

Just for reference, I don't work for Etsy or manage this repo. I would just be a consumer of the container (I came here looking to write my own) and those would be things I was going to put in my container.

zoidyzoidzoid commented 7 years ago

I'd love to use this too. Will take a a look at your repo.

Note: I've started working on our fork so we can run it in Kubernetes.

ninoabbate commented 7 years ago

@zoidbergwill supercool 👍