Closed hans-lammda closed 2 years ago
There are now three options to start bom_resolver as a service
exec python3 app.py exec uwsgi --socket 0.0.0.0:8080 --protocol=http --wsgi-file wsgi.py --master --processes 4 --threads 2 exec gunicorn -b:8080 --workers=2 wsgi:application
https://medium.com/django-deployment/which-wsgi-server-should-i-use-a70548da6a83
There are now three options to start bom_resolver as a service
exec python3 app.py exec uwsgi --socket 0.0.0.0:8080 --protocol=http --wsgi-file wsgi.py --master --processes 4 --threads 2 exec gunicorn -b:8080 --workers=2 wsgi:application
https://medium.com/django-deployment/which-wsgi-server-should-i-use-a70548da6a83