feat: add dependency of lms to discovery
This commit is contained in:
parent
941127c00b
commit
6eebef14c5
@ -4,4 +4,6 @@ discovery-job:
|
||||
DEFAULT_PARTNER_CODE: openedx
|
||||
volumes:
|
||||
- ../plugins/discovery/apps/settings/tutor:/openedx/discovery/course_discovery/settings/tutor:ro
|
||||
depends_on: {{ [("mysql", RUN_MYSQL)]|list_if }}
|
||||
depends_on:
|
||||
- lms
|
||||
{{ [("mysql", RUN_MYSQL)]|list_if }}
|
||||
|
||||
@ -5,4 +5,6 @@ discovery:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ../plugins/discovery/apps/settings/tutor:/openedx/discovery/course_discovery/settings/tutor:ro
|
||||
depends_on: {{ [("elasticsearch", RUN_ELASTICSEARCH), ("mysql", RUN_MYSQL)]|list_if }}
|
||||
depends_on:
|
||||
- lms
|
||||
{{ [("elasticsearch", RUN_ELASTICSEARCH), ("mysql", RUN_MYSQL)]|list_if }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user