1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-06-17 09:53:14 +02:00
barge/compose-files/elasticsearch.yml

12 lines
256 B
YAML
Raw Normal View History

2021-04-09 11:44:50 +02:00
version: '3'
services:
elasticsearch:
2021-11-19 12:55:06 +01:00
image: elasticsearch:7.14.2
2021-04-09 11:44:50 +02:00
networks:
backend:
ipv4_address: 172.15.0.6
environment:
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
MAX_MAP_COUNT: "64000"
2021-11-19 12:55:06 +01:00
discovery.type: "single-node"