mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-11 22:23:10 +00:00
renaming taskman to taskapp to reflect upstream changes
This commit is contained in:
parent
35d61c9eee
commit
79dbcc16f8
1 changed files with 2 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ celeryworker:
|
|||
- rabbitmq
|
||||
- postgres
|
||||
- redis
|
||||
command: su -m django -c "celery -A {{cookiecutter.repo_name}}.taskman worker -l INFO"
|
||||
command: su -m django -c "celery -A {{cookiecutter.repo_name}}.taskapp worker -l INFO"
|
||||
|
||||
celerybeat:
|
||||
build: .
|
||||
|
|
@ -44,5 +44,5 @@ celerybeat:
|
|||
- rabbitmq
|
||||
- postgres
|
||||
- redis
|
||||
command: su -m django -c "celery -A {{cookiecutter.repo_name}}.taskman beat -l INFO"
|
||||
command: su -m django -c "celery -A {{cookiecutter.repo_name}}.taskapp beat -l INFO"
|
||||
{% endif %}
|
||||
Loading…
Reference in a new issue