Skip to content

Instantly share code, notes, and snippets.

@tstirrat15
Created April 29, 2016 15:32
Show Gist options
  • Save tstirrat15/60b536f72ec6e4a1ad130a7dd3ddcd4a to your computer and use it in GitHub Desktop.
Save tstirrat15/60b536f72ec6e4a1ad130a7dd3ddcd4a to your computer and use it in GitHub Desktop.
version: '2'
services:
rabbit:
image: rabbitmq
redis:
image: redis
celery:
image: celery
depends_on:
- rabbit
- redis
volumes:
- ./celeryfiles/:/home/user
command: celery -A proj worker --loglevel=debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment