remove obsolete files

This commit is contained in:
Vri 🌈 2023-05-10 20:02:53 +02:00
parent 75e5cbb8f7
commit ca3708b99e
Signed by: vrifox
GPG key ID: D40098E5B60B2197
2 changed files with 0 additions and 34 deletions

View file

@ -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

View file

@ -1,6 +0,0 @@
#!/bin/sh
set -e
if [ -f ./tmp/pids/server.pid ]; then
rm ./tmp/pids/server.pid
fi