mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 12:17:37 +03:00
Merge pull request #3242 from pydanny/revert-3241-patch-1
Revert "Fix Celery ports error on local Docker"
This commit is contained in:
commit
03c49f418e
|
@ -77,6 +77,7 @@ services:
|
|||
{%- if cookiecutter.use_mailhog == 'y' %}
|
||||
- mailhog
|
||||
{%- endif %}
|
||||
ports: []
|
||||
command: /start-celeryworker
|
||||
|
||||
celerybeat:
|
||||
|
@ -89,6 +90,7 @@ services:
|
|||
{%- if cookiecutter.use_mailhog == 'y' %}
|
||||
- mailhog
|
||||
{%- endif %}
|
||||
ports: []
|
||||
command: /start-celerybeat
|
||||
|
||||
flower:
|
||||
|
|
Loading…
Reference in New Issue
Block a user