mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
0cb4b9205c
Sidekiq doesn't need a port, however that env var is used for generating URLs in development, so when foreman sets it wrong, you get bad URLs from the streaming API during development
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
web: PORT=3000 bundle exec puma -C config/puma.rb
|
|
sidekiq: PORT=3000 bundle exec sidekiq
|
|
stream: PORT=4000 yarn run start
|
|
webpack: ./bin/webpack-dev-server --host 0.0.0.0
|