Skip to content

Small Docker Project to take a flask app, containerize it, then use nginx to load balance between multiple copies of it

Notifications You must be signed in to change notification settings

Akatama/Lightweight_Web_Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight_Web_Server

Setup

First, you need to clone the project here into the flask directory

Second, go to the root of the project and then run

sudo docker compose up --build -d --scale flask=2

Third, go to http://localhost/

Tear down

Just run

sudo docker compose down

Acknowledgements

Thanks to MaxineXiong for making the original version of the flask project. You can see the original version of it here

About

Small Docker Project to take a flask app, containerize it, then use nginx to load balance between multiple copies of it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published