From 2e3a171ba37c9165e4cd51bb070189c6c26e2b58 Mon Sep 17 00:00:00 2001 From: Mateus Dutra Dadalto Date: Tue, 14 Dec 2021 17:43:46 -0300 Subject: [PATCH] fix: adding elasticsearch 7.16.1 --- compose/base/2.4.yml | 2 +- compose/elasticsearch/6.8.yml | 2 +- compose/elasticsearch/{7.6.yaml => 7.16.yml} | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename compose/elasticsearch/{7.6.yaml => 7.16.yml} (92%) diff --git a/compose/base/2.4.yml b/compose/base/2.4.yml index e557c53..b937633 100644 --- a/compose/base/2.4.yml +++ b/compose/base/2.4.yml @@ -44,7 +44,7 @@ services: image: redis:5.0 elasticsearch: extends: - file: ./compose/elasticsearch/7.6.yaml + file: ./compose/elasticsearch/7.16.yml service: elasticsearch networks: - backend diff --git a/compose/elasticsearch/6.8.yml b/compose/elasticsearch/6.8.yml index 72f1c66..03c97f8 100644 --- a/compose/elasticsearch/6.8.yml +++ b/compose/elasticsearch/6.8.yml @@ -7,7 +7,7 @@ services: - CONFIG__DEFAULT__CATALOG__SEARCH__ENGINE=elasticsearch6 - CONFIG__DEFAULT__CATALOG__SEARCH__ELASTICSEARCH6_SERVER_PORT=9200 elasticsearch: - image: elasticsearch:6.8.9 + image: elasticsearch:6.8.21 environment: - discovery.type=single-node ports: diff --git a/compose/elasticsearch/7.6.yaml b/compose/elasticsearch/7.16.yml similarity index 92% rename from compose/elasticsearch/7.6.yaml rename to compose/elasticsearch/7.16.yml index 4cc7847..b0305b9 100644 --- a/compose/elasticsearch/7.6.yaml +++ b/compose/elasticsearch/7.16.yml @@ -7,7 +7,7 @@ services: - CONFIG__DEFAULT__CATALOG__SEARCH__ENGINE=elasticsearch7 - CONFIG__DEFAULT__CATALOG__SEARCH__ELASTICSEARCH7_SERVER_PORT=9200 elasticsearch: - image: elasticsearch:7.6.2 + image: elasticsearch:7.16.1 environment: - discovery.type=single-node ports: