w-a-r-m-inventory-system/Food-Pantry-Inventory

Setup a docker container for Django and web server

Opened this issue · 1 comments

  • Builds container with a fresh copy of a specified version of Django
  • Loads other production dependencies and libraries
  • Uses a “secret” configuration including:
    • Database user id and password
    • Specified IP and port to access database (possibly non-standard)
    • Specified IP and port to receive web traffic (possibly non-standard)
  • Includes uWSGI installation and configuration
  • Includes any hardening needed for production

made the name of this issue agnostic to the web server being used because I am honestly not sure if I was to use uWSGI