Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 490e627

Browse files
authored
Merge pull request #807 from edx/update_elasticsearch_version/VAN-642
chore: upgrade elasticsearch version
2 parents 02762a5 + 9611c22 commit 490e627

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ services:
219219
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.discovery"
220220
hostname: discovery.devstack.edx
221221
depends_on:
222-
- elasticsearch7
222+
- elasticsearch710
223223
- frontend-app-publisher
224224
- memcached
225225
- mysql57
@@ -230,7 +230,7 @@ services:
230230
# This next DB_MIGRATION_HOST line can be removed once edx/configuration has been updated with this value for
231231
# a while and most people have had a chance to do a "make pull" to get the latest images.
232232
DB_MIGRATION_HOST: edx.devstack.mysql57
233-
TEST_ELASTICSEARCH_URL: "edx.devstack.elasticsearch7"
233+
TEST_ELASTICSEARCH_URL: "edx.devstack.elasticsearch710"
234234
ENABLE_DJANGO_TOOLBAR: 1
235235
DJANGO_WATCHMAN_TIMEOUT: 30
236236
image: edxops/discovery:${OPENEDX_RELEASE:-latest}

0 commit comments

Comments
 (0)