mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
Add missing css height for leaflet
This commit is contained in:
parent
1dca83138a
commit
1612893b17
5 changed files with 10 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue