mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
11 lines
254 B
YAML
11 lines
254 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
elasticsearch:
|
||
|
image: elasticsearch:6.8.3
|
||
|
networks:
|
||
|
backend:
|
||
|
ipv4_address: 172.15.0.6
|
||
|
environment:
|
||
|
ES_JAVA_OPTS: "-Xms512m -Xmx512m"
|
||
|
MAX_MAP_COUNT: "64000"
|
||
|
discovery.type: "single-node"
|