Hacker News new | ask | show | jobs
by stavros 1221 days ago
I wasn't satisfied with any of the solutions, so I wrote Harbormaster:

https://pypi.org/project/docker-harbormaster

It's great if you want to run generic utilities at home (though I've used it at work in internal production and it was good), but it doesn't do ingress, so you have to bring your own.

It's basically a fancy/opinionated wrapper over "git pull && docker-compose up", with allowing you to specify all configuration in one file/repo.