Skip to content

Commit

Permalink
Closes #396: Integration with Flower.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marina Samuel authored and jezdez committed Oct 31, 2018
1 parent 3173eca commit b68fb32
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,13 @@ services:
# tests.
command: "postgres -c fsync=off -c full_page_writes=off -c synchronous_commit=OFF"
restart: unless-stopped
flower:
image: mher/flower:latest
command: flower
environment:
CELERY_BROKER_URL: redis://redis:6379/0
CELERY_RESULT_BACKEND: redis://redis:6379/0
ports:
- "5555:5555"
links:
- redis

0 comments on commit b68fb32

Please sign in to comment.