Sign inSign up

andrewcanaday/yimmo-wsgi

By andrewcanaday

Updated over 2 years ago

Yimmo-WSGI server docker image (⚠ POC / ALPHA!)

Image
0

765

andrewcanaday/yimmo-wsgi repository overview

Yimmo-WSGI (⚠ ALPHA)

See:

Usage

Pick a release tag to use.

docker run \
    -v /path/to/local/app:/opt/my-app \
    -p 8081:8081 \
    -e PYTHONPATH="/opt/my-app" \
    -e YIMMO_WSGI_MODULE="your_module" \
    -e YIMMO_WSGI_APP="your_app" \
    andrewcanaday/yimmo-wsgi:<release tag from above>

(Check out the README for an example you can run from the source repo).

Notes

  • This image is ALPHA. Don't use it in production.
  • The max HTTP POST body (4096) is pinned in this image (sorry! That'll be updated soon.)
  • TLS support is disabled in the image at compile time.
  • See the WSGI docs for more info.

Tag summary

Content type

Image

Digest

sha256:2d399b7be

Size

230.6 MB

Last updated

over 2 years ago

docker pull andrewcanaday/yimmo-wsgi:0-alpha