Skip to content

Commit

Permalink
Merge pull request #3146 from artsy/update-es7
Browse files Browse the repository at this point in the history
feat: updates to support indexing to ES v7
  • Loading branch information
joeyAghion authored Mar 12, 2024
2 parents 4ce886d + 3b0d613 commit 90f3092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion hokusai/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ services:
ports:
- 3005:3005
positron-elasticsearch:
image: artsy/elasticsearch:6.8.23
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.18
user: elasticsearch
environment:
- discovery.type=single-node
- xpack.security.enabled=false
Expand Down
3 changes: 2 additions & 1 deletion hokusai/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ services:
- positron-mongodb
- positron-elasticsearch
positron-elasticsearch:
image: artsy/elasticsearch:6.8.23
image: docker.elastic.co/elasticsearch/elasticsearch:7.17.18
user: elasticsearch
environment:
- discovery.type=single-node
- xpack.security.enabled=false
Expand Down

0 comments on commit 90f3092

Please sign in to comment.