CrossRef / cayenne

MOVED to https://gitlab.com/crossref/rest_api
https://gitlab.com/crossref/rest_api
MIT License
17 stars 9 forks source link

Docker Compose uses commercial Elastic Search docker image #70

Closed afandian closed 5 years ago

afandian commented 5 years ago

The docker-compose.yml file uses docker.elastic.co/elasticsearch/elasticsearch and then disables the commercial bits, like xpack. This was a hacky workaround to the fact that Elastic Search refused to distribute an open source docker image. Subsequently the OSS version has been made available, and it's used in Event Data: docker.elastic.co/elasticsearch/elasticsearch-oss

Update docker-compose file.