Skip to content
Snippets Groups Projects

swh-search: upgrade elasticsearch to 7.15.2

Compare and
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
@@ -2,9 +2,12 @@ version: "2.1"
services:
elasticsearch:
image: elasticsearch:7.9.3
env_file:
- ./env/elasticsearch.env
image: elastic/elasticsearch:7.15.2
environment:
- ingest.geoip.downloader.enabled=false
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
ports:
- 9200:9200
volumes:
Loading