Fix Celery ports error on local Docker (#3241)

This commit is contained in:
Haseeb ur Rehman 2021-06-28 15:30:30 +05:00 committed by GitHub
parent f250178a75
commit d8b39f32ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,6 @@ services:
{%- if cookiecutter.use_mailhog == 'y' %} {%- if cookiecutter.use_mailhog == 'y' %}
- mailhog - mailhog
{%- endif %} {%- endif %}
ports: []
command: /start-celeryworker command: /start-celeryworker
celerybeat: celerybeat:
@ -90,7 +89,6 @@ services:
{%- if cookiecutter.use_mailhog == 'y' %} {%- if cookiecutter.use_mailhog == 'y' %}
- mailhog - mailhog
{%- endif %} {%- endif %}
ports: []
command: /start-celerybeat command: /start-celerybeat
flower: flower: