mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-04 20:37:52 +00:00
Add 'local-docker-compose-nginx-volumes' patch
This commit is contained in:
parent
8fc96a9ef2
commit
e30bfec81c
@ -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
|
||||
|
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user