mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-05 19:24:46 +00:00
Update command line for Flower
This commit is contained in:
parent
db09f07eb9
commit
9cfb7646cb
2 changed files with 8 additions and 6 deletions
|
|
@ -4,7 +4,8 @@ set -o errexit
|
|||
set -o nounset
|
||||
|
||||
|
||||
celery flower \
|
||||
--app=config.celery_app \
|
||||
--broker="${CELERY_BROKER_URL}" \
|
||||
celery \
|
||||
-A config.celery_app \
|
||||
-b "${CELERY_BROKER_URL}" \
|
||||
flower \
|
||||
--basic_auth="${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@ set -o errexit
|
|||
set -o nounset
|
||||
|
||||
|
||||
celery flower \
|
||||
--app=config.celery_app \
|
||||
--broker="${CELERY_BROKER_URL}" \
|
||||
celery \
|
||||
-A config.celery_app \
|
||||
-b "${CELERY_BROKER_URL}" \
|
||||
flower \
|
||||
--basic_auth="${CELERY_FLOWER_USER}:${CELERY_FLOWER_PASSWORD}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue