stadtratmonitor/docker-compose.yml
2016-01-23 20:33:02 +01:00

12 lines
204 B
YAML

web:
build: .
volumes:
- .:/app
ports:
- "3000:3000"
links:
- elasticsearch
environment:
ELASTICSEARCH_URL: 'http://elasticsearch:9200'
elasticsearch:
image: elasticsearch:1.7