Skip to content

Commit

Permalink
chore(server): Updated Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlovicnemanja committed Oct 13, 2023
1 parent edbea1b commit 2680699
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/Procfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
rest: gunicorn -c gunicorn_config.py wsgi
wamp: python3 -u ws.py
work: celery -A worker worker
beat: celery -A worker beat --pid=
beat: celery -A worker beat
capi: gunicorn -c gunicorn_config.py content_api.wsgi
papi: gunicorn -c gunicorn_config.py prod_api.wsgi

0 comments on commit 2680699

Please sign in to comment.