1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-01-29 18:52:22 +01:00
fab-manager/Procfile
2020-03-25 12:35:07 +01:00

4 lines
160 B
Plaintext

web: bundle exec rails server puma -p $PORT -b0.0.0.0
worker: bundle exec sidekiq -C ./config/sidekiq.yml
mail: mailcatcher --foreground --http-ip=0.0.0.0