Question
Microservices and droplets
Actually I work on a project and we use docker-compose in development.
It compose of 2 database (postgresql and redis), 3 microservices and Nginx.
I don’t know if the best is to use one droplet for all or create 2 droplets for databases, and one droplet for each services.
At the beging I would like reduce the hosting cost much as possible.
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.
×