Skip to content

Commit

Permalink
Fixing syntax error: celery_app (#2697)
Browse files Browse the repository at this point in the history
  • Loading branch information
waybarrios authored and ingenieroariel committed Nov 4, 2016
1 parent 19f1b42 commit 449f13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- rabbitmq
- postgres
- elasticsearch
command: celery worker --app=geonode.celeryapp:app -B -l INFO
command: celery worker --app=geonode.celery_app:app -B -l INFO
environment:
- DATABASE_URL=postgres://postgres:postgres@postgres:5432/postgres
- BROKER_URL=amqp://guest:guest@rabbitmq:5672/
Expand Down

0 comments on commit 449f13a

Please sign in to comment.