A Falcon based web application running on gunicorn
1.1K
An example application providing cooking recipes.
Examples using HTTPie
$ http GET localhost:8000
$ http GET localhost:8000 Accept:application/msgpack
$ export GUNICORN_WORKERS=2
$ export GUNICORN_BACKLOG=4096
$ export GUNICORN_BIND=0.0.0.0:8080
$ gunicorn --config gunicorn.conf app
$ docker run -e GUNICORN_WORKERS=4 -e GUNICORN_ACCESSLOG=- -p 8000:8000 --name gunicorn glnds/passatutto
Content type
Image
Digest
Size
21.1 MB
Last updated
over 10 years ago
docker pull glnds/passatutto