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 Allen Short committed Mar 26, 2019
1 parent f6f519c commit 5d90dbf
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 @@ -44,3 +44,13 @@ services:
- "15432:5432"
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 5d90dbf

Please sign in to comment.