diff --git a/{{cookiecutter.project_slug}}/local.yml b/{{cookiecutter.project_slug}}/local.yml index 5bfcc459a..94562b9c5 100644 --- a/{{cookiecutter.project_slug}}/local.yml +++ b/{{cookiecutter.project_slug}}/local.yml @@ -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 %}