Skip to content

Commit

Permalink
Add password to flower
Browse files Browse the repository at this point in the history
  • Loading branch information
adelavega committed Mar 2, 2020
1 parent 744d7f5 commit d5c4121
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 @@ -74,7 +74,7 @@ services:
dockerfile: celery_worker/Dockerfile
ports:
- "5555:5555"
entrypoint: celery -A tasks flower
entrypoint: celery -A tasks flower --auth="aleph4@gmail.com|rosswilsonblair@gmail.com" --url-prefix=flower
volumes:
- ./celery_worker:/celery_worker
depends_on:
Expand Down

0 comments on commit d5c4121

Please sign in to comment.