scosman / zipstreamer

Zip File Streaming Microservice - stream zip files on the fly
MIT License
119 stars 18 forks source link

Dockerized zipstreamer #7

Closed jeff-r-koyaltech closed 1 year ago

jeff-r-koyaltech commented 3 years ago

Hi scosman,

Not sure if you're planning to keep maintaining this or not, but I felt it was a useful idea, and hosting it privately inside Kubernetes or Docker Swarm has some value for various use cases. So I've contribued a Dockerfile. It builds on Docker Hub, and can be used from there.

Thanks!

enstyled commented 3 years ago

Would be great to see this merged. It will also be useful for local development environments.

scosman commented 1 year ago

Thanks for the patch! Used this as a guide and learned docker in the process.

I've added a docker file as requested. Made some optimizations of my own (slim package saved about 90% of the size, one click deploy to Google Cloud Run), so this PR no longer needed, but big big thank you!