X-Git-Url: https://awoo.directory/mastodon.git/blobdiff_plain/ab4f5f5da5229bbc33f3c86815eaf1e057c697b1..0635c8760dfdfeb3d763f1d1ae6cf5a208b29b6c:/Procfile diff --git a/Procfile b/Procfile index c2c566e8c..d15c835b8 100644 --- 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 ::DATABASE +# heroku addons:attach ::REDIS +# +# and let the main app use the separate app: +# +# heroku config:set STREAMING_API_BASE_URL=wss://.herokuapp.com -a