12 lines
396 B
Plaintext
12 lines
396 B
Plaintext
discovery:
|
|
image: {{ DISCOVERY_DOCKER_IMAGE }}
|
|
environment:
|
|
DJANGO_SETTINGS_MODULE: course_discovery.settings.tutor.production
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ../plugins/discovery/apps/settings/tutor:/openedx/discovery/course_discovery/settings/tutor:ro
|
|
depends_on:
|
|
- lms
|
|
{% if RUN_MYSQL %}- mysql{% endif %}
|
|
{% if RUN_ELASTICSEARCH %}- elasticsearch{% endif %}
|