Sign inSign up

dominga/uwsgi-python3

By dominga

Updated over 8 years ago

Python3 with uwsgi server based on ubuntu 14.04 image

Image
4

1.7K

dominga/uwsgi-python3 repository overview

Simple base image to build python apps

uwsgi expect

  • module name — app
  • callable name — app

port 9000

workers and threads can be configured through environment:

docker run -d -p 9000:9000 --env UWSGI_PROCESSES=8 --env UWSGI_THREADS=4 docker pull dominga/uwsgi-python3

Tag summary

Content type

Image

Digest

Size

165.8 MB

Last updated

over 8 years ago

docker pull dominga/uwsgi-python3