Skip to content

Commit

Permalink
tweak Procfile to keep the old port numbers for APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
petrjasek committed Oct 17, 2023
1 parent 4b30271 commit 87a4e21
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 @@
web: gunicorn -c gunicorn_config.py newsroom.web.app:app
websocket: python -m newsroom.web.ws
worker: celery -A newsroom.web.worker.celery worker -X "${SUPERDESK_CELERY_PREFIX}newsroom.push"
push_worker: celery -A newsroom.web.worker.celery worker -Q "${SUPERDESK_CELERY_PREFIX}newsroom.push"
beat: celery -A newsroom.web.worker.celery beat
newsapi: gunicorn -b "0.0.0.0:${APIPORT:-$PORT}" -w 3 newsroom.news_api.app:app
mgmtapi: gunicorn -b "0.0.0.0:${MGMTPORT:-$PORT}" -w 3 cp.mgmt_api.app:app
push_worker: celery -A newsroom.web.worker.celery worker -Q "${SUPERDESK_CELERY_PREFIX}newsroom.push"

0 comments on commit 87a4e21

Please sign in to comment.