this post was submitted on 29 Apr 2024
21 points (95.7% liked)

Selfhosted

39088 readers
659 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
 

I am used to simple things running on Docker (Jellyfin, Nextcloud, etc.) I am looking at running my own personal Mastodon instance (maybe share it with a few friends and family), but I like using Docker. Looking at install guides, the steps required seem to be much harder than just editing docker-compose.yml and running the container. Is it actually that difficult to set up Mastodon, or is there a better guide? I can't just use Yunohost/CasaOS because I am using a VPS to host this.

you are viewing a single comment's thread
view the rest of the comments
[–] tester1121 2 points 4 months ago (1 children)

Is it a run and just works docker compose file?

[–] breadsmasher 2 points 4 months ago* (last edited 4 months ago) (1 children)

You will need to review all the required variables and configure as you require. But basically, yeah

EDIT - NO

its not just grab and run. From the docs,

This container requires separate postgres and redis instances to run.

[–] [email protected] 2 points 4 months ago (1 children)

I haven’t looked, are those requirements not included in the compose?

[–] breadsmasher 1 points 4 months ago

Unfortunately not in this example. It has the compose to spin up masto, and the variables to set to tell it where redis etc is