lexivo/Procfile.dev
2026-04-04 14:32:47 +02:00

5 lines
363 B
Plaintext

web: bin/rails server -p 3000 -b 0.0.0.0
css: bin/rails tailwindcss:watch
jobs: bash -c 'until bundle exec sidekiq -c 5; do echo "Sidekiq exited, retrying in 5s..."; sleep 5; done'
# ws: env ANYCABLE_PORT=8081 ANYCABLE_BROADCAST_ADAPTER=redis ANYCABLE_REDIS_URL=${REDIS_URL:-redis://localhost:6379/1} ANYCABLE_RPC_HOST=http://localhost:3000/_anycable anycable-go