Setting up separate Testing Instances of Redis and RabbitMQ for Node Application: Multi Networking in Docker
You might be using Docker to set up containerized open-source projects, and let me tell you, there is one more advantage (but not the last!) of containerizing your project: making it ready for testing. In today's blog, we will be containerizing my ow...