1448
submitted 1 year ago* (last edited 1 year ago) by dessalines@lemmy.ml to c/announcements@lemmy.ml

This is an opportunity for any users, server admins, or interested third parties to ask anything they'd like to @nutomic@lemmy.ml and I about Lemmy. This includes its development and future, as well as wider issues relevant to the social media landscape today.

Note: This will be the thread tmrw, so you can use this thread to ask and vote on questions beforehand.

Original Announcement thread

you are viewing a single comment's thread
view the rest of the comments
[-] nutomic@lemmy.ml 4 points 1 year ago

A single Docker container is not possible because Lemmy requires multiple different images (postgres, pict-rs, lemmy-ui, lemmy). Supporting two different databases would be too much effort. In the end Lemmy is optimized for large instances with hundreds or thousands of users, not for tiny instances. So more difficult installation is not a major concern.

[-] Dirk@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

pict-rs, lemmy-ui, lemmy

Why can’t those be bundled? I need 3 containers and another database container just to have an instance. Also, none of those is easy to setup. All of those are messy and annoying and need me to fiddle with upstream files.

Containers should be reusable. None of those is reusable for anything else.

So more difficult installation is not a major concern.

In the long run this is where it will fail. Make it intentionally hard and annoying to setup will lead to people not setting it up.

Edit: Been there, done that, failed. Since then I always try to make my stuff as easy to setup and use as possible.

[-] nutomic@lemmy.ml 5 points 1 year ago

Its not intentionally hard. If you see a way to simplify it, pull requests are always welcome. But running multiple services in a single docker container is generally a bad idea.

[-] Dirk@lemmy.ml -2 points 1 year ago

If you see a way to simplify it, pull requests are always welcome

All components that are needed to run a Lemmy instance could be provided as single stack and the containers could be made configurable using environment variables (usernames, passwords, and DB locations). Database and reverse proxy should be handled completely separated from the "Lemmy containers" and the "Lemmy stack". manually editing upstream files before composing the containers should be avoided.

Since I do not use MS GitHub I cannot help with issues, PRs, or anything else there, sorry.

multiple services

This is what I think about. While those 3 containers contain different programs: are they really different services and not just different components of the same service?

this post was submitted on 06 Aug 2023
1448 points (99.0% liked)

Announcements

2 readers
46 users here now

Official announcements from the Lemmy project. Subscribe to this community or add it to your RSS reader in order to be notified about new releases and important updates.

You can also find major news on join-lemmy.org

founded 5 years ago
MODERATORS