Question
need to host api server (nodejs, Express , mongodb) with nginx reverse proxy. Do you charge per docker container if this needs 2?
Locally I’ve implemented this and as it has pulled docker image for mongodb and attached to main image, eventually it ends up creating 2 containers (I’m assuming a container is a droplet).
Should I create a customesed image in order to have only one image and thus creating one container on one droplet?
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.
×