Added docker and improved everything.
This commit is contained in:
10
devbox-back/app/gunicorn-cfg.py
Normal file
10
devbox-back/app/gunicorn-cfg.py
Normal file
@ -0,0 +1,10 @@
|
||||
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
bind = '0.0.0.0:8080'
|
||||
workers = 2
|
||||
worker_class = 'uvicorn.workers.UvicornWorker'
|
||||
accesslog = '-'
|
||||
loglevel = 'debug'
|
||||
capture_output = True
|
||||
enable_stdio_inheritance = True
|
Reference in New Issue
Block a user