Skip to content

Commit

Permalink
add annotated-text-plugin to Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed May 23, 2024
1 parent 4880b9a commit 011b0ab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions DockerfileElastic
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:8.10.2

RUN bin/elasticsearch-plugin install mapper-annotated-text
4 changes: 3 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ services:
target: /frontend/build
command: sh -c "yarn prebuild && yarn start-docker"
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:8.10.2
build:
context: .
dockerfile: DockerfileElastic
environment:
- node.name=ianalyzer-node
- discovery.type=single-node
Expand Down

0 comments on commit 011b0ab

Please sign in to comment.