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

Setup docker container with PostgreSQL configuration

Opened this issue · 0 comments

  • Builds container with fresh copy of a specified version of PostgreSQL
  • Uses a “secret” superuser id and password and other configuration parameters
  • Loads the schema from a specified source
  • Loads data from a specified backup source
  • Allows access from a specified IP and port (possibly non-standard)
  • Includes automatic backup of the database at a specified interval
  • Includes means of exporting the backup securely
  • Includes any hardening needed for production