Skip to content

Instantly share code, notes, and snippets.

@laser
Created April 14, 2014 17:44
Show Gist options
  • Save laser/10668685 to your computer and use it in GitHub Desktop.
Save laser/10668685 to your computer and use it in GitHub Desktop.
11: Procfile for Redis
# Procfile
web: bundle exec rails s -p $PORT
mail_service: sh -c 'cd services/mail_service; ./main.rb'
user_service: sh -c 'cd services/user_service; ./main.rb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment