Skip to content

Commit

Permalink
Merge pull request #1586 from UUDigitalHumanitieslab/feature/annotate…
Browse files Browse the repository at this point in the history
…d-text-extension

add annotated-text-plugin to Docker
  • Loading branch information
BeritJanssen authored May 23, 2024
2 parents 4880b9a + 011b0ab commit 891bfed
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 891bfed

Please sign in to comment.