Dear All,
I am using one system(2 GB Memory / 50 GB Disk / FRA1 - Ubuntu 20.04 (LTS) x64) for one of my project for docker, celery purposes.
I want to utilize my domain address on the same project, on the same system so as to prevent spending money for another machine/project?
Thanks
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, yes you can run multiple apps / containers on a single droplet provided that the 2GB RAM / 50GB of disk is sufficient for the needs of the apps.
Here’s a good walk through @bobbyiliev posted earlier this year:
https://www.digitalocean.com/community/questions/how-to-host-multiple-docker-containers-on-a-single-droplet-with-nginx-reverse-proxy
The nginx reverse proxy is the “magic” that allows you to share one domain across multiple apps.
Hope this helps, and please let us know if you have any other questions or feedback :)
This comment has been deleted