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