Skip to content

Commit

Permalink
fix procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Aug 6, 2024
1 parent b5ebc88 commit 59b3025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Procfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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
#highcharts: python3 -u -m analytics.reports.highcharts_server

0 comments on commit 59b3025

Please sign in to comment.