Hacker News new | ask | show | jobs
by Touche 3253 days ago
Any other options? For the small team I work with managing infrastructure is not really an option.
1 comments

I use docker and docker-compose for sideprojects that don't need zero downtime deploys. Installed on a tiny digital ocean droplet.

A multistage build makes it easy to compile a release on a macOS system and create a minimal alpine docker images with the unpacked .tar.gz release. (My app is an ~84MB docker images)