mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-20 07:11:33 +02:00
set host
This commit is contained in:
parent
0511635443
commit
5506939678
4 changed files with 32 additions and 23 deletions
28
docker-compose.yml.separated
Normal file
28
docker-compose.yml.separated
Normal file
|
@ -0,0 +1,28 @@
|
|||
version: "3.7"
|
||||
volumes:
|
||||
elasticsearch:
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
volumes:
|
||||
- .:/app
|
||||
ports:
|
||||
- "3000:3000"
|
||||
# links:
|
||||
# - elasticsearch
|
||||
environment:
|
||||
ELASTICSEARCH_URL: 'http://leipzig-giesst.de:9200'
|
||||
elasticsearch:
|
||||
build: ./docker/elasticsearch
|
||||
environment:
|
||||
- discovery.type=single-node
|
||||
ports:
|
||||
- "9200:9200"
|
||||
volumes:
|
||||
- elasticsearch:/usr/share/elasticsearch/data
|
||||
elastichq:
|
||||
image: elastichq/elasticsearch-hq
|
||||
ports:
|
||||
- "5000:5000"
|
||||
# links:
|
||||
# - elasticsearch
|
Loading…
Add table
Add a link
Reference in a new issue