mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
12 lines
204 B
YAML
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
|