NCIOCPL / glossary-api

API for Dictionary of Cancer Terms, Dictionary of Genetics Terms, and other Glossary documents.
0 stars 5 forks source link

Update Integration tests to use ES 7.9 #152

Closed blairlearn closed 2 years ago

blairlearn commented 2 years ago

Switch the integration tests to use Elasticsearch 7.9

Parent Issue: #147

Sub-Tasks

Notes

For docker-compose.yml

        image: elasticsearch:7.9.2
        environment:
            - discovery.type=single-node
            - ES_JAVA_OPTS=-Xms750m -Xmx750m