this post was submitted on 20 Jun 2023
4 points (100.0% liked)

Asklemmy

43892 readers
922 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

Slowly exploring the lemmy ecosystem, since I don't want to use reddit, and was wondering if selfhosting would be a good idea?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] chris@l.roofo.cc 1 points 1 year ago (4 children)

Yes. I am immune from the beehaw/lemmy.world drama or similar. I can block instances as I please and I can tinker with my instance.

[โ€“] Dirk@lemmy.ml 0 points 1 year ago (1 children)

I can tinker with my instance.

I didn't even find a SANE way to set it up with Docker without having to tinker with the instance. I just want a container not generating half a dozen of other containers and volumes.

A single container for everything gets away from the point of containerization. If you have a single container for lemmy-ui, lemmy backend, and postgres, you need to rebuild that container whenever any one of those applications gets an update, and they could start to interfere with each other. Keeping them in separate containers makes everything a lot cleaner, it just requires something like docker compose to put it all together.

Did you try the Ansible install? Provided you're installing onto a supported Debian/Ubuntu version, I found it fairly straightforward.

load more comments (2 replies)