Add 'local-docker-compose-nginx-volumes' patch

This commit is contained in:
Régis Behmo 2019-07-07 06:29:33 +08:00
parent 8fc96a9ef2
commit e30bfec81c
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,10 @@
Note: Breaking changes between versions are indicated by "💥".
## Latest
- [Improvement] Add 'local-docker-compose-nginx-volumes' patch
## 3.5.3 (2019-07-05)
- [Bugfix] Add pre-init hook for correct initialisation of minio

View File

@ -72,6 +72,7 @@ services:
{% if ACTIVATE_CMS %}- ../../data/cms:/openedx/data/cms/:ro{% endif %}
{% if ACTIVATE_LMS %}- ../../data/lms:/openedx/data/lms/:ro{% endif %}
{% if ACTIVATE_HTTPS %}- ../../data/letsencrypt:/etc/letsencrypt/:ro{% endif %}
{{ patch("local-docker-compose-nginx-volumes")|indent(6) }}
depends_on:
{% if ACTIVATE_LMS %}- lms{% endif %}
{% if ACTIVATE_CMS %}- cms {% endif %}