Skip to content

Instantly share code, notes, and snippets.

@akshayKhot
Created January 22, 2022 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akshayKhot/280209c37dd35a6df2b6bf6cb555d187 to your computer and use it in GitHub Desktop.
Save akshayKhot/280209c37dd35a6df2b6bf6cb555d187 to your computer and use it in GitHub Desktop.
Procfile
# api
web: bundle exec puma -C config/puma.rb
css: tailwindcss -i app/assets/stylesheets/application.css -o app/assets/stylesheets/wind.css --watch
js: yarn build --watch
# databases
redis: bundle exec redis-server
postgres: postgres -D /usr/local/var/postgres
# background jobs
sidekiq: bundle exec sidekiq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment