⚠️ This post links to an external website. ⚠️
I often run services like databases or messaging systems in Docker and connect to them from my host computer, where I have a .NET application that processes data. However, managing these services through Docker Compose can add unnecessary complexity when I'm only running a few simple services. In this article, I will show you how to run two applications in Docker, communicating with each other without the need for Docker Compose.
Let's start by creating a simple Docker network that will allow our applications to communicate. We will create two Dockerfiles and a few scripts to manage the containers and run our applications.
continue reading on nodogmablog.bryanhogan.net
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.