Nordix / bomres

Software Bill-of-Material Resolver
Apache License 2.0
7 stars 6 forks source link

Added gunicorn side by side with uwsgi #35

Closed hans-lammda closed 2 years ago

hans-lammda commented 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