23

I'm pretty new to the self hosting thing but I'm enjoying it a lot and want to go a bit further down the proverbial rabbit hole.

I'm looking at a bunch of services and they all require a DB, usually a MySQL DB. It seems counterintutitive to have 20 MySQL databases each in its own Docker container. So is there a way to have one DB across most of my services? (I realize that Nextcloud and other bigger items should have a dedicted DB.)

How would I set up a shared DB in a docker-compose file?

you are viewing a single comment's thread
view the rest of the comments
[-] MangoPenguin@lemmy.blahaj.zone 2 points 1 year ago

Sure, set up a mysql server docker-compose, and create a new network that's shared between all other docker-compose projects that need access to the DB by adding it as an existing network to whichever service needs to talk to the DB.

Downside is a centralized point of failure, and more complexity when setting up new services as you have to go create a new user/pass in the DB for each one.

this post was submitted on 08 Aug 2023
23 points (100.0% liked)

Selfhosted

39428 readers
941 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS