Add missing css height for leaflet

This commit is contained in:
Joerg Reichert 2019-06-10 15:04:02 +02:00
parent 1dca83138a
commit 1612893b17
5 changed files with 10 additions and 20 deletions

View file

@ -10,8 +10,13 @@ web:
ELASTICSEARCH_URL: 'http://elasticsearch:9200'
elasticsearch:
image: elasticsearch:5.4.3
command:
- sh
- -c
- "./bin/elasticsearch-plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-analysis-decompound/5.4.3.0/elasticsearch-analysis-decompound-5.4.3.0-plugin.zip;
./bin/elasticsearch-plugin install https://github.com/royrusso/elasticsearch-HQ/zipball/master;
/docker-entrypoint.sh elasticsearch"
ports:
- "9200:9200"
volumes:
- .:/apps
entrypoint: /apps/docker-entrypoint-es-plugins.sh