Merge pull request #3242 from pydanny/revert-3241-patch-1

Revert "Fix Celery ports error on local Docker"
This commit is contained in:
Fábio C. Barrionuevo da Luz 2021-06-28 09:04:49 -03:00 committed by GitHub
commit 03c49f418e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: