Add files necessary for production deployment

* Dockerfile, docker-compose template
* nginx config
* uwsgi config
* wait-for-postgres script
* requirements.txt
* Some other stuff

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-18 17:04:37 -07:00
parent cde051653d
commit c4f910c6a8
10 changed files with 193 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ django-environ = "*"
django-guardian = "*"
django-colorfield = "*"
django-minify-html = "*"
psycopg2-binary = "*"
uwsgi = "*"
[dev-packages]
mypy = "*"