diff --git a/{{cookiecutter.project_slug}}/local.yml b/{{cookiecutter.project_slug}}/local.yml index 4744ccd17..74b7f3e61 100644 --- a/{{cookiecutter.project_slug}}/local.yml +++ b/{{cookiecutter.project_slug}}/local.yml @@ -51,7 +51,7 @@ services: - mailhog {%- endif %} ports: [] - user: root # TODO: a workaround allowing the container to write to the mounted directory -- fix + user: root # TODO: a temporary workaround -- do it right instead command: /celerybeat flower: diff --git a/{{cookiecutter.project_slug}}/production.yml b/{{cookiecutter.project_slug}}/production.yml index 5e557059e..b6a47cf8c 100644 --- a/{{cookiecutter.project_slug}}/production.yml +++ b/{{cookiecutter.project_slug}}/production.yml @@ -45,6 +45,7 @@ services: environment: production cmd: /celerybeat image: {{ cookiecutter.project_slug }}_production_celerybeat + user: root # TODO: a temporary workaround -- do it right instead command: /celerybeat flower: