This commit is contained in:
Trey t
2023-06-26 12:58:58 -05:00
parent 436981eee5
commit 901c7fb632
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
web: gunicorn werkout_api.asgi:application --port 5000 --bind 0.0.0.0 -v2
web: gunicorn werkout_api.wsgi:application --port 5000 --bind 0.0.0.0 -v2
beat: /usr/local/bin/celery -A werkout beat -linfo
worker: /usr/local/bin/celery-A werkout_api worker -l info

View File

@@ -17,6 +17,7 @@ djangorestframework==3.14.0
et-xmlfile==1.1.0
gevent==22.10.1
greenlet==1.1.3.post0
gunicorn==20.1.0
kombu==5.3.1
MarkupPy==1.14
odfpy==1.4.1