]> cat aescling's git repositories - mastodon.git/blobdiff - Procfile
Bump lodash from 4.17.20 to 4.17.21 (#15774)
[mastodon.git] / Procfile
index c2c566e8cc3d440d3ee8041b79cded416db28136..d15c835b867517918a583987552da231be9c5487 100644 (file)
--- a/Procfile
+++ b/Procfile
@@ -1 +1,14 @@
-web: bundle exec puma -C config/puma.rb
+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.040497 seconds and 3 git commands to generate.