File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 3
3
set -o errexit
4
4
set -o nounset
5
5
6
- exec watchfiles celery.__main__.main \
7
- --args \
8
- " -A config.celery_app -b \" ${CELERY_BROKER_URL} \" flower --basic_auth=\" ${CELERY_FLOWER_USER} :${CELERY_FLOWER_PASSWORD} \" "
6
+ exec celery \
7
+ -A config.celery_app \
8
+ -b " ${CELERY_BROKER_URL} " \
9
+ flower \
10
+ --basic_auth=" ${CELERY_FLOWER_USER} :${CELERY_FLOWER_PASSWORD} "
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ set -o errexit
4
4
set -o nounset
5
5
6
6
7
- exec watchfiles celery.__main__.main --args ' - A config.celery_app worker -l INFO'
7
+ exec celery - A config.celery_app worker -l INFO
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ set -o nounset
6
6
7
7
8
8
python manage.py migrate
9
- exec python manage.py runserver_plus 0.0.0.0:8000
9
+ exec python manage.py runserver 0.0.0.0:8000
You can’t perform that action at this time.
0 commit comments