A slightly less borked version of Mastodon...
https://comm.network
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
280 B
5 lines
280 B
#web: env PORT=3000 RAILS_ENV=development bundle exec puma -C config/puma.rb
|
|
sidekiq: env PORT=3000 RAILS_ENV=development bundle exec sidekiq
|
|
stream: env PORT=4000 yarn run start
|
|
#webpack: ./bin/webpack-dev-server --listen-host 0.0.0.0
|
|
#metrics-collector: ./bin/metrics-collector
|
|
|