]> cat aescling's git repositories - mastodon.git/blobdiff - Procfile
Bump lodash from 4.17.20 to 4.17.21 (#15774)
[mastodon.git] / Procfile
index 646e26059e0918d5d1bf99da23ddd8282cc1c35c..d15c835b867517918a583987552da231be9c5487 100644 (file)
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,14 @@
-web: bundle exec puma -C config/puma.rb
-worker: bundle exec sidekiq -q default -q push -q pull -q mailers
+web: bin/heroku-web
+worker: bundle exec sidekiq
+
+# For the streaming API, you need a separate app that shares Postgres and Redis:
+#
+# heroku create
+# heroku buildpacks:add heroku/nodejs
+# heroku config:set RUN_STREAMING=true
+# heroku addons:attach <main-app>::DATABASE
+# heroku addons:attach <main-app>::REDIS
+#
+# and let the main app use the separate app:
+#
+# heroku config:set STREAMING_API_BASE_URL=wss://<streaming-app>.herokuapp.com -a <main-app>
This page took 0.029108 seconds and 3 git commands to generate.