This commit is contained in:
t3chn0m4g3
2018-09-11 12:19:26 +00:00
parent 992d453b9a
commit 0c86bd9a5a
42 changed files with 15 additions and 946 deletions

View File

@ -61,5 +61,6 @@ RUN apk -U --no-cache add \
HEALTHCHECK --retries=10 CMD curl -s -XGET 'http://127.0.0.1:5601'
# Start kibana
STOPSIGNAL SIGKILL
USER kibana:kibana
CMD ["/usr/share/kibana/bin/kibana"]

View File

@ -7,7 +7,6 @@ services:
build: .
container_name: kibana
restart: always
stop_signal: SIGKILL
# depends_on:
# elasticsearch:
# condition: service_healthy