Skip to content

kolobaev/uwsgi-nginx-flask-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

For tests with python3.7:

docker run -d --name flask --network host vkolobaev/uwsgi-nginx-flask-docker:python3.7
open http://127.0.0.1:8888

For tests with python3.8:

docker run -d --name flask --network host vkolobaev/uwsgi-nginx-flask-docker:python3.8
open http://127.0.0.1:8888

About

Docker image with uWSGI and Nginx for Flask applications in Python running in a single container

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 71.9%
  • Shell 19.7%
  • Dockerfile 8.2%
  • HTML 0.2%