Temporarily run celerybeat as root user

This commit is contained in:
Nikita P. Shupeyko 2018-06-27 22:42:15 +03:00
parent 36535770d1
commit 3d835b5b02

View File

@ -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: