From 3b48c2dea04df8339bda696d64999833e725368d Mon Sep 17 00:00:00 2001 From: Edwin Lawrance Date: Mon, 8 Oct 2018 11:37:07 +0100 Subject: Elasticsearch v6.1.2 config updates Updated elasticsearch yaml file inline with v6.1.2 Added jvm options and log4j properties Added mount configurations Change-Id: Idb6b910987633c9cd6750b323fbc32eea73f0567 Issue-ID: AAI-1701 Signed-off-by: Edwin Lawrance --- docker-compose-db.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docker-compose-db.yml') diff --git a/docker-compose-db.yml b/docker-compose-db.yml index 760add6..dd9705c 100644 --- a/docker-compose-db.yml +++ b/docker-compose-db.yml @@ -28,6 +28,8 @@ services: - "9200:9200" volumes: - /opt/test-config/elasticsearch/config/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml + - /opt/test-config/elasticsearch/config/jvm.options:/usr/share/elasticsearch/config/jvm.options + - /opt/test-config/elasticsearch/config/log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties - es-data:/usr/share/elasticsearch/data logging: driver: "json-file" -- cgit 1.2.3-korg