Sign inSign up

shazow/python-uwsgi

By shazow

Updated over 9 years ago

Image
0

998

shazow/python-uwsgi repository overview

uWSGI + Python + extras

Extras includes psycopg2 and image library headers.

Getting Started

$ docker run --name "app" -v "path/to/src:/home/app/src" python-uwsgi

It will be up to you to --expose the appropriate port and link it, or mount a sock to share.

Details

When deployed, uWGSI will create a virtualenv in /app/env, then change its working dir to /app/src and run:

"$INI_FILE" ```

Typically I set `INI_FILE=production.ini` in the env. See `init.sh`.

Tag summary

Content type

Image

Digest

sha256:4de2e1932

Size

183.1 MB

Last updated

over 9 years ago

docker pull shazow/python-uwsgi