mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Merge pull request #520 from SpisTresci/removing_duplication_of_depends_on
removing duplication of depends_on in docker-compose.yml
This commit is contained in:
commit
bd645cbac5
|
@ -22,9 +22,6 @@ services:
|
|||
- redis
|
||||
command: /gunicorn.sh
|
||||
env_file: .env
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
||||
nginx:
|
||||
build: ./compose/nginx
|
||||
|
@ -46,9 +43,6 @@ services:
|
|||
- postgres
|
||||
- redis
|
||||
command: celery -A {{cookiecutter.repo_name}}.taskapp worker -l INFO
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
||||
celerybeat:
|
||||
build:
|
||||
|
@ -60,7 +54,4 @@ services:
|
|||
- postgres
|
||||
- redis
|
||||
command: celery -A {{cookiecutter.repo_name}}.taskapp beat -l INFO
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user