Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/pin-dependencies
  • master default protected
  • bookworm
3 results

gunicorn-base

  • Clone with SSH
  • Clone with HTTPS
  • ale's avatar
    ale authored
    Migrate renovate config
    
    See merge request !9
    01c61afd
    History

    docker-gunicorn-base

    Base image with gunicorn, to run Python web applications. The configuration for the app should be copied by sub-images to /etc/gunicorn.conf (even though it is a Python file). The name of the application module to run should be passed as part of the ENTRY_POINT set by the child image.

    TLS Authentication

    This image installs a bit of Python code, required to use TLS authentication for your application in a standardized fashion (since it requires a custom GUnicorn worker).

    To read how to do so, check the utils/README.md file.