Update docker-compose.yml

This commit is contained in:
Malte Pietsch 2021-03-05 10:55:36 +01:00 committed by GitHub
parent 5484b8883b
commit 81b83293c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: