switch projects to use elasticsearch 5.x
@ -93,7 +93,7 @@ services:
- "./pelias.json:/code/pelias.json"
- "${DATA_DIR}:/data"
elasticsearch:
image: pelias/elasticsearch
image: pelias/elasticsearch:5.6.12
container_name: pelias_elasticsearch
restart: always
ports: [ "9200:9200", "9300:9300" ]
@ -4,6 +4,7 @@
"timestamp": false
},
"esclient": {
"apiVersion": "5.6",
"hosts": [
{ "host": "elasticsearch" }
]
@ -83,7 +83,7 @@ services:
@ -92,7 +92,7 @@ services:
@ -95,7 +95,7 @@ services:
@ -100,7 +100,7 @@ services:
volumes:
- "../../common/preview:/usr/share/nginx/html"