2016-01-23 20:33:02 +01:00
|
|
|
web:
|
|
|
|
build: .
|
|
|
|
volumes:
|
|
|
|
- .:/app
|
|
|
|
ports:
|
|
|
|
- "3000:3000"
|
|
|
|
links:
|
|
|
|
- elasticsearch
|
|
|
|
environment:
|
|
|
|
ELASTICSEARCH_URL: 'http://elasticsearch:9200'
|
|
|
|
elasticsearch:
|
2018-03-18 21:21:59 +01:00
|
|
|
image: elasticsearch:5.4.3
|
2019-06-10 15:04:02 +02:00
|
|
|
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"
|
2018-03-18 21:21:59 +01:00
|
|
|
ports:
|
|
|
|
- "9200:9200"
|
2016-12-29 18:22:10 +01:00
|
|
|
volumes:
|
|
|
|
- .:/apps
|