Skip to content

Sandinilson/Docker-Flask-uWSGI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-Flask-uWSGI

Docker container with uWSGI for Flask apps in Python 3

Description

This Docker image is a example to create Flask web applications in Python 3 that run with uWSGI.

This example is a simple example to create your own container and scale de processes with uWSGI ini file.

GitHub repo: https://github.com/cirolini/Docker-Flask-uWSGI

QuickStart

You can run this container direct in shell like:

docker run -p 5000:5000 cirolini/flask-uwsgi:latest

And test in a curl command ou your browser like this:

curl -v "http://localhost:5000/"

About

Docker container with uWSGI for Flask apps in Python 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Dockerfile 55.5%
  • Python 44.5%