pelagios / recogito2

Semantic Annotation Without the Pointy Brackets
Apache License 2.0
153 stars 30 forks source link

Dockerfile and docker-compose.yml #622

Closed pettter closed 5 years ago

pettter commented 5 years ago

Docker is nice for reproducibility and for encapsulation of services. This pull request consists of a Dockerfile for producing development or production Docker images, and a docker-compose.yml configuration file for a reasonable minimal docker-compose setup using the official Elasticsearch image and an external database.

rsimon commented 5 years ago

Perfect - many thanks!