Comment on Docker & Databases. Stack or Individual?
lemming007@lemm.ee 1 year ago
Not only do I prefer separate db for each stack, ideally the db and app are in the same container. Fewer containers to manage and makes the app nice and self-contained.