We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50aa74f commit f29c5b8Copy full SHA for f29c5b8
Procfile
@@ -1,3 +1,3 @@
1
web: bundle exec rails server puma -p $PORT -b0.0.0.0
2
-#worker: bundle exec sidekiq -C ./config/sidekiq.yml
3
-mail: bundle exec mailcatcher --foreground
+worker: bundle exec sidekiq -C ./config/sidekiq.yml
+mail: bundle exec mailcatcher --foreground --http-ip=0.0.0.0
0 commit comments