diff --git a/Procfile b/Procfile index fe0aeffa3..ffe497c23 100644 --- a/Procfile +++ b/Procfile @@ -1,3 +1,3 @@ web: bundle exec rails server puma -p $PORT -b0.0.0.0 -#worker: bundle exec sidekiq -C ./config/sidekiq.yml -mail: bundle exec mailcatcher --foreground +worker: bundle exec sidekiq -C ./config/sidekiq.yml +mail: bundle exec mailcatcher --foreground --http-ip=0.0.0.0