Skip to content

Commit fe9221b

Browse files
stvstnfrdregisb
authored andcommitted
Add new elasticsearch7 configuration
1 parent 3e004a7 commit fe9221b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ services:
7171
- edx.devstack.elasticsearch7
7272
volumes:
7373
- elasticsearch7_data:/usr/share/elasticsearch/data
74+
environment:
75+
- discovery.type=single-node
76+
- bootstrap.memory_lock=true
77+
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
7478

7579
firefox:
7680
container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.firefox"

0 commit comments

Comments
 (0)