]> cat aescling's git repositories - mastodon.git/blob - Procfile
Bump webmock from 3.12.1 to 3.12.2 (#15964)
[mastodon.git] / Procfile
1 web: bin/heroku-web
2 worker: bundle exec sidekiq
3
4 # For the streaming API, you need a separate app that shares Postgres and Redis:
5 #
6 # heroku create
7 # heroku buildpacks:add heroku/nodejs
8 # heroku config:set RUN_STREAMING=true
9 # heroku addons:attach <main-app>::DATABASE
10 # heroku addons:attach <main-app>::REDIS
11 #
12 # and let the main app use the separate app:
13 #
14 # heroku config:set STREAMING_API_BASE_URL=wss://<streaming-app>.herokuapp.com -a <main-app>
This page took 0.06523 seconds and 4 git commands to generate.