Skip to content

Vanzz01/WebCounterApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webcounter-app

Simple flask app that counts web site visits and stored in a default Redis backend. Used in Docker Deep Dive book

Docker-Compose

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.

docker-compose.yml

This file is where we specify the container configuration and port mappings.

Project Architecture

Dockerfile

Docker is used to create python container using python:alpine base image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors