Skip to content

Commit

Permalink
remove elasticsearch mapper-annotated-text dependency from Docker config
Browse files Browse the repository at this point in the history
  • Loading branch information
BeritJanssen committed Jan 16, 2025
1 parent 7460144 commit 78c87e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/scheduled-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,3 @@ jobs:
tags: ghcr.io/centrefordigitalhumanities/ianalyzer-backend:latest
cache-from: type=registry,ref=ghcr.io/centrefordigitalhumanities/ianalyzer-backend:latest
cache-to: type=inline
- name: Build Elasticsearch image, using cache from Github registry
uses: docker/build-push-action@v6
with:
context: .
file: DockerfileElastic
push: true
tags: ghcr.io/centrefordigitalhumanities/ianalyzer-elasticsearch:latest
cache-from: type=registry,ref=ghcr.io/centrefordigitalhumanities/ianalyzer-elasticsearch:latest
cache-to: type=inline
3 changes: 0 additions & 3 deletions DockerfileElastic

This file was deleted.

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

0 comments on commit 78c87e7

Please sign in to comment.