We're a place where coders share, stay up-to-date and grow their careers.
I never deployed with docker on Digital ocean. So how exactly you did it. Do u get one droplet or multiple ones?
Just one droplet. So far it has been more than enough for me to host my projects.
Well, basically I since I had Docker already installed I just made a docker-compose.yml file and after that typing docker-compose up -d was enough.
Currently, I have the basic droplet with 1 vCPU, 1gb of RAM and smallest storage and I got maybe ten or so Docker containers up.
I never deployed with docker on Digital ocean. So how exactly you did it. Do u get one droplet or multiple ones?
Just one droplet. So far it has been more than enough for me to host my projects.
Well, basically I since I had Docker already installed I just made a docker-compose.yml file and after that typing docker-compose up -d was enough.
Currently, I have the basic droplet with 1 vCPU, 1gb of RAM and smallest storage and I got maybe ten or so Docker containers up.