1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

bind mailcatcher to all interfaces

This commit is contained in:
Sylvain 2019-09-20 10:29:40 +02:00
parent 50aa74f9b0
commit f29c5b8732

View File

@ -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