Skip to content

Commit

Permalink
Merge pull request #26 from knaw-huc/fix-dev-es-service
Browse files Browse the repository at this point in the history
Add build location to elasticsearch service in dev setup
  • Loading branch information
hayco authored Mar 17, 2021
2 parents e57d41f + 6aaea4c commit baf52c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/development/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
elasticsearch:
container_name: tr_elasticsearch
image: knawhuc/textrepo-elasticsearch:${DOCKER_TAG}
build: ./elasticsearch
environment:
- node.name=${ES_NODE_NAME}
- cluster.initial_master_nodes=${ES_CLUSTER_INITIAL_MASTER_NODES}
Expand Down

0 comments on commit baf52c4

Please sign in to comment.