stadtratmonitor/docker-compose.yml

16 lines
281 B
YAML
Raw Normal View History

web:
build: .
volumes:
- .:/app
ports:
- "3000:3000"
links:
- elasticsearch
environment:
ELASTICSEARCH_URL: 'http://elasticsearch:9200'
elasticsearch:
image: elasticsearch:1.7
volumes:
- .:/apps
entrypoint: /apps/docker-entrypoint-es-plugins.sh