Hacker News new | ask | show | jobs
by pbar 1962 days ago
Single responsibility - that same container is gonna get shipped to prod/etc. I would hope the database isn’t in the container there!
1 comments

I would think the database data does not live in the database container but is mounted into it?

If you update you database version, you do not ship the database data to production either.