Hacker News new | ask | show | jobs
by WhyNotHugo 1777 days ago
Yeah, same. I usually use docker-compose per-project and manage the database (and other services) using that.

The idea of a "system" postgres is kinda wierd, since that single instance has to work with all my projects -- which might have conflicting needs.