finalize elk6.x docker images

continue working on elk6.x helper scripts
cleaning up
This commit is contained in:
Marco Ochse
2018-04-20 21:22:46 +00:00
parent fd40fc96a6
commit 89d31ffbe0
14 changed files with 56 additions and 759 deletions

View File

@ -7,7 +7,6 @@ services:
# ELK services
## Elasticsearch service
elasticsearch:
build: .
container_name: elasticsearch
restart: always
environment:
@ -31,7 +30,6 @@ services:
## Kibana service
kibana:
build: .
container_name: kibana
restart: always
stop_signal: SIGKILL
@ -44,7 +42,6 @@ services:
## Logstash service
logstash:
build: .
container_name: logstash
restart: always
depends_on:
@ -60,7 +57,6 @@ services:
## Elasticsearch-head service
head:
build: .
container_name: head
restart: always
depends_on: