mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-04-03 17:26:43 +02:00
remove obsolete files
This commit is contained in:
parent
75e5cbb8f7
commit
ca3708b99e
2 changed files with 0 additions and 34 deletions
|
@ -1,28 +0,0 @@
|
|||
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
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ -f ./tmp/pids/server.pid ]; then
|
||||
rm ./tmp/pids/server.pid
|
||||
fi
|
Loading…
Add table
Reference in a new issue