Simple flask app that counts web site visits and stored in a default Redis backend. Used in Docker Deep Dive book
Docker Compose helps with networking between two or more containers (It does a whole lot actually). When you create containers using Docker-compose, by default, they have the ability to communicate and share with each other.
This file is where we specify the container configuration and port mappings.
Docker is used to create python container using python:alpine base image