Any mastodon admins here who know about self-hosting mastodon?

I am currently struggling hard with setting up my own mastodon instance on docker using "docker compose".

My Mastodon page is showing the "Something is wrong on our side" banner. That's how far I've gotten.

Just pointing me to the docker documentation would be an immense help right now, since I can't find any explicit docker setup guides.

Pls boost for reach.

Thanks, everyone!

#mastodon #admin #selfhosted #docker #fedihelp

@rogue_cells I would recommend @gotosocial over Mastodon for self-hosting. It's much easier to manage. When I was evaluating what Fedi service I wanted to self host, Mastodon seemed like too much of a headache, and GTS, even in its alpha state (which it was back then), made running inside containers super easy.

@ainmosni

#GoToSocial just works in a simple docker. No fuss, easy to set up, just a share to keep files and db for easy backup and replacing the server image. An nginx reverse proxy and letsencrypt complete it.

@rogue_cells @gotosocial

@zipkid @rogue_cells @gotosocial Yep, although with S3 and postgres, you don't even need to give it a volume. I miiiight run it in my kubernetes cluster that way.
@ainmosni
To keep things simple i also run it in podman, no need for a dragon like k8s. Not even a docker daemon.
@rogue_cells @gotosocial
@zipkid @rogue_cells @gotosocial My single node "cluster" is still my favourite way of managing containers, especially with all the nice operators out there, but I'm also very experienced with k8s and don't consider it a dragon, especially not when using something like k3s to setup a single node cluster.
@ainmosni
Often people just want to run a single service with as little fuss as possible, not set up a home datacenter for many and try to be full-time sysadmins.
@rogue_cells @gotosocial
@zipkid @rogue_cells @gotosocial Oh I'm not saying new users should follow me, just that it does have its advantages. :)