Overview of a Simple App
Let's look at the compose file of an app we will deploy using the Docker stack.
The sample app
The figure below shows the application we'll use for the rest of the chapter. It's a multi-container microservices application with:
Two services (
web-fe
andredis
)An encrypted overlay network (
counter-net
)A volume (
counter-vol
)A published port (
5001
)
Get hands-on with 1300+ tech skills courses.