add missing files and requirements
This commit is contained in:
parent
6fc506df2f
commit
0193fc5801
2 changed files with 6 additions and 0 deletions
5
app/gunicorn_config.py
Normal file
5
app/gunicorn_config.py
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
bind = "[::]:8886"
|
||||||
|
log_level = "info"
|
||||||
|
max_requests = 500
|
||||||
|
timeout = 360
|
||||||
|
workers = 5
|
|
@ -1,4 +1,5 @@
|
||||||
django
|
django
|
||||||
|
psycopg2-binary
|
||||||
Pillow
|
Pillow
|
||||||
libsass
|
libsass
|
||||||
django-compressor
|
django-compressor
|
||||||
|
|
Loading…
Reference in a new issue