summaryrefslogtreecommitdiffstats
path: root/docker-compose-db.yml
diff options
context:
space:
mode:
authorEdwin Lawrance <Edwin.Lawrance@amdocs.com>2018-10-08 11:37:07 +0100
committerEdwin Lawrance <Edwin.Lawrance@amdocs.com>2018-10-10 17:08:03 +0100
commit3b48c2dea04df8339bda696d64999833e725368d (patch)
treed6ca0c599261326230e64616a060f368b46bcebc /docker-compose-db.yml
parent8ae608b6c3e58b545f19d552915943abd8bade59 (diff)
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 <Edwin.Lawrance@amdocs.com>
Diffstat (limited to 'docker-compose-db.yml')
-rw-r--r--docker-compose-db.yml2
1 files changed, 2 insertions, 0 deletions
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"