Blog
Docker Compose NodeJS Application with Redis Integration
Docker Compose is a tool that allows us to define and run multiple containers. In this post, we will create a Docker Compose NodeJS application and integrate it with Redis. Specifically, we will leverage multiple docker container approach. If you are new to docker or dockerizing NodeJS applications, check out Read more…