Skip to content

Instantly share code, notes, and snippets.

@jaredwilli
Created April 21, 2015 15:45
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 jaredwilli/2e9dd94a05376b2d6d23 to your computer and use it in GitHub Desktop.
Save jaredwilli/2e9dd94a05376b2d6d23 to your computer and use it in GitHub Desktop.
Procfile
postgres: postgres -D /usr/local/var/postgres/
api: pserve Config/cl/conf/localhost.ini#api --reload
internalapi: pserve Config/cl/conf/localhost.ini#internalapi --reload
webhook: pserve Config/cl/conf/localhost.ini#webhook --reload
rabbit: rabbitmq-server
redis: redis-server /usr/local/etc/redis.conf
flower: flower --broker=amqp://guest:guest@localhost:5672//
celery1: celery worker -A cl.vendor.celery_setup.app -c 4 -n 'celery worker' -l info
celery2: celery worker -A cl.vendor.scheduler.scheduler_app -c 1 -l info -n scheduler -Q scheduled_jobs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment