Docker Compose
Why do we nedd docker compose
Let's imagine you’re running a school project on your computer, and this project needs three things to work
A website (frontend)
A server (backend to handle logic)
A database (Source of truth)
Now, imagine each of t...
devopsbyvinod.hashnode.dev2 min read