Skip to content

Instantly share code, notes, and snippets.

@Whipstickgostop
Whipstickgostop / docker-compose.yml
Last active April 20, 2016 03:00
Docker compose for Sentry server with redis and celery workers
redis:
image: redis
sentry-celery-beat:
environment:
SENTRY_SECRET_KEY: 'thisisnotsosecret'
command:
- sentry
- celery
- beat
image: sentry