containers-rails/Procfile

9 lines
463 B
Plaintext
Raw Normal View History

2022-03-01 13:03:53 +00:00
install: bundle install --path ./vendor --without="test development" --no-cache --clean
migrate: bundle exec rake db:prepare db:seed
rails: bundle exec puma config.ru
blazer_5m: bundle exec rake blazer:run_checks SCHEDULE="5 minutes"
blazer_1h: bundle exec rake blazer:run_checks SCHEDULE="1 hour"
blazer_1d: bundle exec rake blazer:run_checks SCHEDULE="1 day"
blazer: bundle exec rake blazer:send_failing_checks
2022-07-10 02:18:51 +00:00
prometheus: bundle exec prometheus_exporter -b ::