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

Commit

Permalink
chore: remove unused elasticsearch images
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebecca Graber authored and Rebecca Graber committed Aug 29, 2023
1 parent cfc9f2b commit 9b11110
Showing 1 changed file with 0 additions and 38 deletions.
38 changes: 0 additions & 38 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,42 +63,6 @@ services:
volumes:
- devpi_data:/data

elasticsearch:
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.elasticsearch"
hostname: elasticsearch.devstack.edx
image: edxops/elasticsearch:devstack
networks:
default:
aliases:
- edx.devstack.elasticsearch
# TODO: What to do about these forwarded ports? They'll conflict with ports forwarded by the Vagrant VM.
# ports:
# - "9200:9200"
# - "9300:9300"
volumes:
- elasticsearch_data:/usr/share/elasticsearch/data
- elasticsearch_data:/usr/share/elasticsearch/logs

# This is meant to be used to test ES upgrades so that we do not have to upgrade all of our services to ES5 at once.
elasticsearch7:
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.elasticsearch7"
hostname: elasticsearch7.devstack.edx
image: elasticsearch:7.8.1
networks:
default:
aliases:
- edx.devstack.elasticsearch7
ports:
- "9200:9200"
- "9300:9300"
volumes:
- elasticsearch7_data:/usr/share/elasticsearch/data
environment:
- discovery.type=single-node
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"

# This is meant to be used to test ES upgrades.
elasticsearch710:
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.elasticsearch710"
hostname: elasticsearch710.devstack.edx
Expand Down Expand Up @@ -878,8 +842,6 @@ volumes:
devpi_data:
edxapp_lms_assets:
edxapp_cms_assets:
elasticsearch_data:
elasticsearch7_data:
elasticsearch710_data:
mongo_data:
opensearch12_data:
Expand Down

0 comments on commit 9b11110

Please sign in to comment.