10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
discovery-job:
|
|
image: {{ DISCOVERY_DOCKER_IMAGE }}
|
|
environment:
|
|
DEFAULT_PARTNER_CODE: openedx
|
|
volumes:
|
|
- ../plugins/discovery/apps/settings/tutor:/openedx/discovery/course_discovery/settings/tutor:ro
|
|
depends_on:
|
|
- lms
|
|
{% if RUN_MYSQL %}- mysql{% endif %}
|