docker database good practices for small projects
Does anyone have links to good practices for self hosting databases and Dev/Prod deployments?
Context: Synology > Docker > [mysql, postgres].
I'm just wondering what is good practice for separating Dev and Prod data for any given project?
- Is it okay to use the one Container?
- Is just using separate Databases acceptable?
- Is there other ways I haven't even considered ?
0 Replies