This commit is contained in:
Trey t
2023-06-26 13:23:46 -05:00
parent 01a50c813b
commit 7d117d5544

View File

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