Created
January 22, 2022 19:10
-
-
Save akshayKhot/280209c37dd35a6df2b6bf6cb555d187 to your computer and use it in GitHub Desktop.
Procfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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