- Add docs about installing and pinning dependencies. PR #41.
- Add
slim
version. PR #40. - Update and refactor bringing all the new features from the base image. Includes:
- Centralize, simplify, and deduplicate code and setup
- Move CI to GitHub actions
- Add Python 3.8 (and Alpine)
- Add new configs and docs:
WORKER_CLASS
TIMEOUT
KEEP_ALIVE
GRACEFUL_TIMEOUT
ACCESS_LOG
ERROR_LOG
GUNICORN_CMD_ARGS
MAX_WORKERS
- PR #39.
- Disable pip cache during installation. PR #38.
- Migrate local development from Pipenv to Poetry. PR #34.
- Add docs for custom
PRE_START_PATH
env var. PR #33.