Setup Mastodon with docker-compose
Some years ago, I would like to setup Mastodon on my own server to try it but I gave up because I thought it was too complicated. I re-tried and used a docker stack to do it. Let’s see how. Prerequisites I assume you have docker and docker-compose installed, with a reverse-proxy like traefik, haproxy, nginx, or anything else in front to handle your SSL connection. docker-compose file You will find a docker-compose....