I have multiple rails applications and I want to host it. For now, I created multiple droplets on digitalocean using docker-machine. One droplet for each app is expensive, I have applications with few visites and I think it’s a good idea to group it on the same server. I think I can do it with nginx.
I wan to know what is the best practice. Should I group all my apps on one big droplet, group small applications on the same droplet and have a separate droplet big ones or use “Pay as you grow” services like amazon.
Some of the apps can have rush periods and be quiet most of the time.