summaryrefslogtreecommitdiffstats
path: root/docker-compose-db.yml
diff options
context:
space:
mode:
authorJames Forsyth <jf2512@att.com>2018-10-10 20:58:35 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-10 20:58:35 +0000
commitea2fdc87f565b7a31e171eb7c46d2b692c1ebb54 (patch)
tree842fd1b58da3bc1800dbf1cfa2129c9f25887d6b /docker-compose-db.yml
parentf907e92cd4c30cfa6626bea5bfdca7e6ffdeb964 (diff)
parent3b48c2dea04df8339bda696d64999833e725368d (diff)
Merge "Elasticsearch v6.1.2 config updates"
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"