mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-26 03:24:01 +03:00
parent
59cd5b4849
commit
bf089fd2b6
|
@ -58,6 +58,7 @@ services:
|
|||
{%- endif %}
|
||||
env_file:
|
||||
- ./.envs/.local/.celery
|
||||
- ./.envs/.local/.postgres
|
||||
ports: []
|
||||
command: /start-celeryworker.sh
|
||||
|
||||
|
@ -71,6 +72,7 @@ services:
|
|||
{%- endif %}
|
||||
env_file:
|
||||
- ./.envs/.local/.celery
|
||||
- ./.envs/.local/.postgres
|
||||
ports: []
|
||||
command: /start-celerybeat.sh
|
||||
|
||||
|
|
|
@ -56,6 +56,7 @@ services:
|
|||
- redis
|
||||
env_file:
|
||||
- ./.envs/.production/.celery
|
||||
- ./.envs/.production/.postgres
|
||||
command: /start-celeryworker.sh
|
||||
|
||||
celerybeat:
|
||||
|
@ -65,6 +66,7 @@ services:
|
|||
- redis
|
||||
env_file:
|
||||
- ./.envs/.production/.celery
|
||||
- ./.envs/.production/.postgres
|
||||
command: /start-celerybeat.sh
|
||||
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user