stadtratmonitor/docker-compose.yml

13 lines
204 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