28
What are you not going to stop doing the wrong way?
(beehaw.org)
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
Looking for support?
Looking for a community?
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
I'll continue running more than one service in a Docker container if I want to.
This.. I had to setup a postgres DB with multiple different DB's in Docker for a project. General mindset seemed to be, a second DB = a second container.
I think this is fine as long as your image contains two databases. Don't just add a database to a running container, that's bad practice since containers are designed to be volatile.