Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Aug 16, 2024
1 parent a001777 commit d4f8ad4
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 65 deletions.
4 changes: 2 additions & 2 deletions server/Procfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
web: hypercorn -c file:hypercorn_config.py newsroom.web.app:asgi_app
web: hypercorn -c file:hypercorn_config.py newsroom.web.app:app
websocket: python -m newsroom.web.ws
worker: celery -A newsroom.web.worker.celery worker
beat: celery -A newsroom.web.worker.celery beat
newsapi: hypercorn -b "0.0.0.0:${APIPORT:-$PORT}" -w 3 newsroom.news_api.app:asgi_app
newsapi: hypercorn -b "0.0.0.0:${APIPORT:-$PORT}" -w 3 newsroom.news_api.app:app
Loading

0 comments on commit d4f8ad4

Please sign in to comment.