Added kibana (#2286)

Added kibana to make elastic management easier.
PR #1710 did this. 
PR #1714 revert this.
This PR did again and fix some bugs.

- [x] Bug Fix (non-breaking change which fixes an issue)
- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Zhichang Yu
2024-09-06 16:02:44 +08:00
committed by GitHub
parent 925dd2aa85
commit 6b23308f26
7 changed files with 68 additions and 24 deletions

View File

@ -1,3 +1,7 @@
include:
- path: ./docker-compose.yml
env_file: ./.env
services:
kibana:
image: kibana:${STACK_VERSION}
@ -12,7 +16,7 @@ services:
es01:
condition: service_healthy
kibana-user-init:
condition: service_completed_successfully
condition: service_completed_successfully
networks:
- ragflow