1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-10 19:30:20 +02:00
barge/compose-files/elasticsearch.yml
2022-11-29 13:36:36 +02:00

12 lines
282 B
YAML

version: '3'
services:
elasticsearch:
image: elasticsearch:${ELASTICSEARCH_VERSION:-latest}
networks:
backend:
ipv4_address: 172.15.0.6
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
MAX_MAP_COUNT: "64000"
discovery.type: "single-node"