We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0dcf1 commit e257b75Copy full SHA for e257b75
src/development/stack.yml
@@ -197,8 +197,9 @@ services:
197
# You cannot access the search engine via a web interface.
198
environment:
199
discovery.type: single-node
200
- network.publish_host: elasticsearch
201
ELASTIC_PASSWORD_FILE: /run/secrets/elasticsearch_password
+ ES_JAVA_OPTS: -Xms1g -Xmx1g
202
+ network.publish_host: elasticsearch
203
image: elasticsearch:8.19.11
204
secrets:
205
- source: elasticsearch_password
0 commit comments