The whole idea of the docker series is to make a fullstack application with all components (frontend, backend, database) being in separate containers and connecting all of the container to have a smooth fullsatck application running.
In this video we will be building the backend and database containers.
Github:
https://github.com/webdevjourneyWDJ/D...
Docker Compose File Docs:
https://docs.docker.com/compose/compo...
Docker Volumes Docs:
https://docs.docker.com/storage/volumes/