mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 06:24:52 +03:00
Temporarily run celerybeat as root user
This commit is contained in:
parent
36535770d1
commit
3d835b5b02
|
@ -52,6 +52,7 @@ services:
|
|||
- mailhog
|
||||
{%- endif %}
|
||||
ports: []
|
||||
user: root # TODO: a workaround allowing the container to write to the mounted directory -- fix
|
||||
command: /celerybeat
|
||||
|
||||
flower:
|
||||
|
|
Loading…
Reference in New Issue
Block a user