1
0
mirror of https://github.com/oceanprotocol/barge.git synced 2024-11-22 17:50:13 +01:00

update elastic

This commit is contained in:
Sebastian Gerske 2019-10-09 19:39:21 +02:00
parent a2d482d532
commit baea48a364

View File

@ -1,12 +1,12 @@
version: '3' version: '3'
services: services:
elasticsearch: elasticsearch:
image: elasticsearch:6.4.1 image: elasticsearch:6.8.3
networks: networks:
backend: backend:
ipv4_address: 172.15.0.11 ipv4_address: 172.15.0.11
environment: environment:
ES_JAVA_OPTS: "-Xms500m -Xmx500m" ES_JAVA_OPTS: "-Xms512m -Xmx512m"
MAX_MAP_COUNT: "64000" MAX_MAP_COUNT: "64000"
discovery.type: "single-node" discovery.type: "single-node"