Sign inSign up

lmmdock/flask-webserver

By lmmdock

•Updated over 5 years ago

simple nginx server to run flask web applications

Image
2

3.7K

lmmdock/flask-webserver repository overview

⁠docker-flask-webserver

Docker image with uWSGI and Nginx for running a Flask (Python 3.5) web application in a single container.

Image is based of the offical Python image, installs uWSGI and the latest mainline version of Nginx. Both processes run as there own user. Communication between them is established via the socket file var/run/uwsgi/socket.sock. The container exposes port 8080 for http communication with Nginx webserver.

Supervisord is used to start and monitor uWSGI and Nginx. In case one of the processes the failed to start up multiple times or stopped working in normal operations, supervisord initiates the supervisord-kill.py script to stop itself and therefore also stop the container from running. This is done to prevent the container from running when it has entered a non-operable state.

docker run -p 80:8080 --name flask-webserver -it --rm lmmdock/flask-webserver

Tag summary

Content type

Image

Digest

Size

331.6 MB

Last updated

over 5 years ago

docker pull lmmdock/flask-webserver