mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-23 08:03:14 +01:00
13 lines
204 B
YAML
13 lines
204 B
YAML
|
web:
|
||
|
build: .
|
||
|
volumes:
|
||
|
- .:/app
|
||
|
ports:
|
||
|
- "3000:3000"
|
||
|
links:
|
||
|
- elasticsearch
|
||
|
environment:
|
||
|
ELASTICSEARCH_URL: 'http://elasticsearch:9200'
|
||
|
elasticsearch:
|
||
|
image: elasticsearch:1.7
|