mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
Add lms/cms dependency patches
This makes it possible to declare that the lms/cms depend on minio.
This commit is contained in:
parent
f5c16f81b0
commit
14dd9e54a9
@ -4,6 +4,7 @@ Note: Breaking changes between versions are indicated by "💥".
|
||||
|
||||
## Latest
|
||||
|
||||
- [Improvement] Add "local-docker-compose-lms/cms-dependencies" plugin patches
|
||||
- [Improvement] Use "exec" instead of "run" to initialise local platform
|
||||
|
||||
## 3.6.3 (2019-08-31)
|
||||
|
@ -130,6 +130,7 @@ services:
|
||||
{% if ACTIVATE_MYSQL %}- mysql{% endif %}
|
||||
{% if ACTIVATE_RABBITMQ %}- rabbitmq{% endif %}
|
||||
{% if ACTIVATE_SMTP %}- smtp{% endif %}
|
||||
{{ patch("local-docker-compose-lms-dependencies")|indent(6) }}
|
||||
{% endif %}
|
||||
|
||||
{% if ACTIVATE_CMS %}
|
||||
@ -152,6 +153,7 @@ services:
|
||||
{% if ACTIVATE_MYSQL %}- mysql{% endif %}
|
||||
{% if ACTIVATE_RABBITMQ %}- rabbitmq{% endif %}
|
||||
{% if ACTIVATE_SMTP %}- smtp{% endif %}
|
||||
{{ patch("local-docker-compose-cms-dependencies")|indent(6) }}
|
||||
{% endif %}
|
||||
|
||||
############# LMS and CMS workers
|
||||
|
Loading…
Reference in New Issue
Block a user