]> cat aescling's git repositories - mastodon.git/blob - Procfile.dev
Add environment sample for OpenStack Swift (#4816)
[mastodon.git] / Procfile.dev
1 web: PORT=3000 bundle exec puma -C config/puma.rb
2 sidekiq: PORT=3000 bundle exec sidekiq
3 stream: PORT=4000 yarn run start
4 webpack: ./bin/webpack-dev-server --host 0.0.0.0
This page took 0.096394 seconds and 6 git commands to generate.