This commit is contained in:
Trey t
2023-06-26 14:58:12 -05:00
parent c1751d2c94
commit 66f4b2e426

View File

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