Skip to content

Commit

Permalink
redis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Sep 26, 2016
1 parent 808de50 commit a2dc1f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
my-sentry:
environment:
- SENTRY_SECRET_KEY='${SECRET_KEY}'
- SENTRY_REDIS_HOST=redis
links:
- sentry-redis:redis
- sentry-postgres:postgres
Expand All @@ -33,8 +34,9 @@ services:
sentry-worker-1:
environment:
- SENTRY_SECRET_KEY='${SECRET_KEY}'
- SENTRY_REDIS_HOST=redis
links:
- sentry-postgres:postgres
- sentry-redis:redis
image: sentry
command: sentry celery worker
command: sentry run worker

0 comments on commit a2dc1f9

Please sign in to comment.