Comment on What if we treated Postgres like SQLite?parentComments−edoceo11moI work on a "complex" web-app stack that we want to be self-hostable.Our docker-compose.yaml has Postgrs, Redis, OPA, Traefik and then our four services. Works a treat.One thing we haven't solved for is how to have the PG upgrade work when we update major in the image. Nice that 16 should work for a long while.
Comments
I work on a "complex" web-app stack that we want to be self-hostable.
Our docker-compose.yaml has Postgrs, Redis, OPA, Traefik and then our four services. Works a treat.
One thing we haven't solved for is how to have the PG upgrade work when we update major in the image. Nice that 16 should work for a long while.