Yes! It basically just polls your registry (probably github?) and then updates your docker images. Very easy to use, put both behind caddy and everything in one docker-compose and you have a pretty solid setup imo.
What management features do you need, besides backups? I've used Postgres (on hetzner) + Grafana Cloud for monitoring + custom backup script (dumps data every few hours to a few locations) and that works for me, never missed anything else
Automated backups and upgrades for new PG versions
I'm sure I could write a script to do both (would really only want to automate backups), but Dokku already has all of that: github.com/dokku/dokku-postgr…
I will give this a look though - I do get your point about simplifying things and just doing it yourself.
Yes! It basically just polls your registry (probably github?) and then updates your docker images. Very easy to use, put both behind caddy and everything in one docker-compose and you have a pretty solid setup imo.
Cool, seems nice and simple - the only thing this is really missing is management for Postgres.
Dokku has some nice tools for dealing with that it seems and also supports Caddy as a reverse proxy, so I'm still leaning in that direction.
What management features do you need, besides backups? I've used Postgres (on hetzner) + Grafana Cloud for monitoring + custom backup script (dumps data every few hours to a few locations) and that works for me, never missed anything else
Automated backups and upgrades for new PG versions
I'm sure I could write a script to do both (would really only want to automate backups), but Dokku already has all of that: github.com/dokku/dokku-postgr…
I will give this a look though - I do get your point about simplifying things and just doing it yourself.