brennor

joined 1 year ago
[–] brennor@kbin.social 13 points 1 year ago (1 children)

I take the latter approach -- a single PostgreSQL database service for all other containers to use. That allows me to concentrate memory/CPU to a single service and optimize for that. I've found that a single database service uses less total resources (especially memory) than running separate DB stacks for each service.