Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1479 from johngian/flower
Browse files Browse the repository at this point in the history
[Fix bug 1286516] Install `flower` for celery monitoring in local env.
  • Loading branch information
johngian committed Jul 20, 2016
2 parents 27ed53c + c957d3b commit a937627
Show file tree
Hide file tree
Showing 2 changed files with 22 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 @@ -35,3 +35,13 @@ celery:
command: celery -A mozillians worker -B -l INFO
environment:
- C_FORCE_ROOT=true
flower:
build: .
volumes:
- .:/code
links:
- db
- broker
ports:
- "5555:5555"
command: flower -A mozillians --address=0.0.0.0 --port=5555
12 changes: 12 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,15 @@ pyflakes==0.8.1 \
ipaddress==1.0.16 \
--hash=sha256:935712800ce4760701d89ad677666cd52691fd2f6f0b340c8b4239a3c17988a5 \
--hash=sha256:5a3182b322a706525c46282ca6f064d27a02cffbd449f9f47416f1dc96aa71b0
flower==0.9.1 \
--hash=sha256:bdd926b731e8024779a5373fa33bff4a30e2a2ae6cf3a591beb83fbde3dc352f
tornado==4.2 \
--hash=sha256:e8b1207da67dbdceebfb291292b4ef1b547d6171525bec1b366853f923456a5f
futures==3.0.5 \
--hash=sha256:f7f16b6bf9653a918a03f1f2c2d62aac0cd64b1bc088e93ea279517f6b61120b \
--hash=sha256:0542525145d5afc984c88f914a0c85c77527f65946617edb5274f72406f981df
backports.ssl_match_hostname==3.5.0.1 \
--hash=sha256:502ad98707319f4a51fa2ca1c677bd659008d27ded9f6380c79e8932e38dcdf2
certifi==2016.2.28 \
--hash=sha256:75c33d546e0a732a4606749cbadcd81929f30d8b814061ca93cde49933dbb860 \
--hash=sha256:5e8eccf95924658c97b990b50552addb64f55e1e3dfe4880456ac1f287dc79d0

0 comments on commit a937627

Please sign in to comment.