Skip to content

CalebCloud/nginxDockerApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

nginxDockerApp

Docker-Compose project

This will launch a python webapp and a static website.

Setup:

Containers: This will launch the following four containers:

  • A flask web app running the app.py that records and displays the site visitor count.
  • A redis database for the app to use.
  • A nginx web server to host the static website.
  • A nginx reverse proxy to direct between the two pages.

You get directed between the static webpage and the flask app depending on if you requested /app or /static.

About

Docker-Compose project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published