Report this

What is the reason for this report?

Is it possible to install Ghost and Discourse in on droplet?

Posted on December 12, 2020

I’m still trying to wrap my head around how droplets work, as I’m coming from a WHM & cPanel experience. I just started to manage my first Ubuntu VPS for a client so the command line is doable.



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hi there @CheezBallz,

Yes it is possible to run multiple different services on the same server.

One important thing that you need to keep in mind is that you can not have multiple services listening on the same port. So if you start Discourse on port 8080 for example you should start Ghost on a different one.

Once you have the two services running on different ports, you can use Nginx as a reverse proxy so that you could map different domain names to each service and have the different applications accessible via ports 80 and 443.

I could suggest taking a look at this quick demo on how to run multiple Docker containers on the same server with Nginx:

Regards, Bobby

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.