Change the way images are handled and stored in importimages.
Images are now renamed. The expected list of image must be a list of readable paths.
Increment the version nb
version: '2.1'
services:
elasticsearch:
image: elasticsearch:1.7-alpine
environment:
- "transport.host=127.0.0.1"
- "http.cors.enabled=true"
- "http.cors.allow-origin=*"
- "http.cors.allow-headers=Authorization"
- "ES_JAVA_OPTS=-Xms1024m -Xmx1024m"
ports:
- 9200:9200
volumes:
- /usr/share/elasticsearch/data
postgres:
image: postgres:alpine
ports:
- 5432:5432
volumes:
- /var/lib/postgresql/data