fix: fixed dependency error
This commit is contained in:
parent
6eebef14c5
commit
804b70e42d
@ -6,4 +6,4 @@ discovery-job:
|
|||||||
- ../plugins/discovery/apps/settings/tutor:/openedx/discovery/course_discovery/settings/tutor:ro
|
- ../plugins/discovery/apps/settings/tutor:/openedx/discovery/course_discovery/settings/tutor:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- lms
|
- lms
|
||||||
{{ [("mysql", RUN_MYSQL)]|list_if }}
|
{% if RUN_MYSQL %}- mysql{% endif %}
|
||||||
|
|||||||
@ -7,4 +7,5 @@ discovery:
|
|||||||
- ../plugins/discovery/apps/settings/tutor:/openedx/discovery/course_discovery/settings/tutor:ro
|
- ../plugins/discovery/apps/settings/tutor:/openedx/discovery/course_discovery/settings/tutor:ro
|
||||||
depends_on:
|
depends_on:
|
||||||
- lms
|
- lms
|
||||||
{{ [("elasticsearch", RUN_ELASTICSEARCH), ("mysql", RUN_MYSQL)]|list_if }}
|
{% if RUN_MYSQL %}- mysql{% endif %}
|
||||||
|
{% if RUN_ELASTICSEARCH %}- elasticsearch{% endif %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user