Revert "Fix Celery ports error on local Docker (#3241)"

This reverts commit d8b39f32ae.
This commit is contained in:
Fábio C. Barrionuevo da Luz 2021-06-28 09:02:16 -03:00 committed by GitHub
parent 7ea4194b6b
commit c6d53d753a

View File

@ -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: