mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-07 13:34:53 +03:00
Fix celery services inheriting ports from the django's
This commit is contained in:
parent
813fa60e88
commit
73d97945b8
|
@ -57,6 +57,7 @@ services:
|
|||
- redis
|
||||
- postgres{% if cookiecutter.use_mailhog == 'y' %}
|
||||
- mailhog{% endif %}
|
||||
ports: []
|
||||
command: /start-celeryworker-dev.sh
|
||||
|
||||
celerybeat:
|
||||
|
@ -66,5 +67,6 @@ services:
|
|||
- redis
|
||||
- postgres{% if cookiecutter.use_mailhog == 'y' %}
|
||||
- mailhog{% endif %}
|
||||
ports: []
|
||||
command: /start-celerybeat-dev.sh
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user