Skip to content

Commit

Permalink
docker: fix environment variables for Celery 4
Browse files Browse the repository at this point in the history
* Fixes environment variables as B2SHARE is now using
  Celery 4.

Signed-off-by: Nicolas Harraudeau <[email protected]>
  • Loading branch information
Nicolas Harraudeau committed Sep 7, 2017
1 parent b574a29 commit e8a54bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:
- "B2SHARE_CACHE_REDIS_URL='redis://redis:6379/0'"
- "B2SHARE_ACCOUNTS_SESSION_REDIS_URL='redis://redis:6379/1'"
- "B2SHARE_BROKER_URL='amqp://${B2SHARE_RABBITMQ_USER}:${B2SHARE_RABBITMQ_PASS}@mq:5672/'"
- "B2SHARE_CELERY_BROKER_URL='amqp://${B2SHARE_RABBITMQ_USER}:${B2SHARE_RABBITMQ_PASS}@mq:5672/'"
- "B2SHARE_CELERY_RESULT_BACKEND='redis://redis:6379/2'"
- "B2SHARE_SEARCH_ELASTIC_HOSTS='elasticsearch'"
volumes:
Expand Down

0 comments on commit e8a54bb

Please sign in to comment.