MarlBurroW / google-home-notification-gateway

Google Home Notification Gateway (GHNG) is an administrable API allowing your Google devices to receive voice notifications from anything able to send very basics HTTP requests.
MIT License
41 stars 3 forks source link

Docker Container #2

Closed Kolmain closed 6 years ago

Kolmain commented 6 years ago

Can we get a docker container that builds from this repo for automated deployments?

ajayjohn commented 6 years ago

I second this. Would greatly ease the deployment and update process.

MarlBurroW commented 6 years ago

Yes, sounds like a great idea. I'll try to dockerize it.

MarlBurroW commented 6 years ago

I created a Docker Image here: https://hub.docker.com/r/marlburrow/ghng/

Here is my Dockerfile used to build the image: https://github.com/MarlBurroW/google-home-notification-gateway/tree/master/docker-production

My DevOps skills are really limited so I've not managed to make a lighter image (440 MB), I am open to any proposal to improve it.