elasticsearch.env 341 B

123456789101112
  1. ES_HOST=elasticsearch
  2. ES_PORT=9200
  3. discovery.type=single-node
  4. # Set custom heap size to avoid memory errors
  5. ES_JAVA_OPTS=-Xms1g -Xmx1g
  6. # Avoid test failures due to small disks
  7. # More info at https://github.com/markshust/docker-magento/issues/488
  8. cluster.routing.allocation.disk.threshold_enabled=false
  9. index.blocks.read_only_allow_delete