Skip to content

Commit

Permalink
fix: adding elasticsearch 7.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MateusDadalto committed Dec 15, 2021
1 parent af0b493 commit 2e3a171
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion compose/base/2.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion compose/elasticsearch/6.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2e3a171

Please sign in to comment.