It is possible to run more than one instance on a docker host?
I try to setup two different instances with docker-compose but have no luck at all.
Everytime i start a second instance the first one goes down…
I installed mastodon in two different folders.
Now as I write this, it comes to my mind that it will be other problems to.
I use a nginx-proxy in front of all my containers, but what about the port 3000 for web and 4000 for sidekiq?
Hi, if you don’t intend to scale, maybe you can take a look at my own Docker image : https://hub.docker.com/r/wonderfall/mastodon/
All process are running in a single container (s6 supervision suite). Using a single container per instance might be easier for you. Just an idea!