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

Setup a docker container for Web Server

Opened this issue · 2 comments

  • Build container with a fresh copy of a specified version of Ngnix
  • Uses a “secret” configuration including:
    • Specified IP and port to allow web traffic (possibly non-standard)
    • Specified IP and port to send web traffic to the Django container (possibly non-standard)
  • Includes X509 certificates to enable HTTPS - possibly from Let’s Encrypt
  • Includes any hardening needed for production

After further research by Shelby, the web server will probably not be Nginx.

I am not sure of that either, I just wanted the issue title to be more server-agnostic