This commit is contained in:
Trey t
2023-06-26 12:55:22 -05:00
parent 5ab96f2cf0
commit 436981eee5

View File

@@ -1,3 +1,3 @@
web: daphne werkout_api.asgi:application --port 5000 --bind 0.0.0.0 -v2
web: gunicorn werkout_api.asgi: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