| Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Use single quotes instead of double to not
interpret inner $ as nested variables.
Fixes #334
|
|
- Use exec to run gunicorn and avoid creating a new process.
- Add the possibility to pass any additional parameters to
gunicorn.
- Use only one gunicorn worker by default as the usual way to
scale the app in production would be to use the scale command
of the cluster scheduler. Additional workers could still be
added by passing the "-w" gunicorn parameter to docker run.
|
|
Can be used to deploy the latest version from
PyPI in a production environment or from the
master branch in a dev environment.
|