Search⌘ K

Overview of a Sample App

Explore how to deploy a sample multi-container microservices application using Docker stacks. Understand the structure of a Compose file with networks, volumes, and services to manage infrastructure as code within a Docker Swarm environment.

We'll cover the following...

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 and redis)

  • An encrypted overlay network (counter-net)

  • A volume ( ...