diff --git a/docker-compose.yml b/docker-compose.yml index 75edcaec8..1f5f046c3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,7 +28,7 @@ services: command: "/bin/bash -c 'sleep 15 && gunicorn rest_api.application:app -b 0.0.0.0 -k uvicorn.workers.UvicornWorker --workers 1 --timeout 180 --preload'" elasticsearch: # This will start an empty elasticsearch instance (so you have to add your documents yourself) - #image: "elasticsearch:7.6.1" + #image: "elasticsearch:7.9.2" # If you want a demo image instead that is "ready-to-query" with some indexed Game of Thrones articles: image: "deepset/elasticsearch-game-of-thrones" ports: