ep7 - Running Node.js and Mongo with docker and docker-compose

Опубликовано: 30 Сентябрь 2024
на канале: JSCasts
2,012
37

In this episode, I will show you how you can incorporate Docker into your daily routine as a Node.js developer.

First - as a warm-up - we will launch a docker container with mongoDB.
After that, we will use docker-compose to do the same thing.
Next, we will add a second container with a Node.js app to our application stack.

The full code presented in the episode can be found on the github: https://github.com/JSCasts-episodes/e...