mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 12:32:30 +08:00
Add Kibana component for Elasticsearch (#1710)
### What problem does this PR solve? Add Kibana component for Elasticsearch ### Type of change - [ ] Bug Fix (non-breaking change which fixes an issue) - [x] New Feature (non-breaking change which adds functionality) --------- Co-authored-by: Theta Wang (ncu) <chunshan.connect@gmail.com>
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
include:
|
||||
- path: ./docker-compose-base.yml
|
||||
env_file: ./.env
|
||||
|
||||
- path: ./docker-compose-admin-tool.yml
|
||||
env_file: ./.env
|
||||
services:
|
||||
ragflow:
|
||||
depends_on:
|
||||
@ -27,4 +28,4 @@ services:
|
||||
- MACOS=${MACOS}
|
||||
networks:
|
||||
- ragflow
|
||||
restart: always
|
||||
restart: always
|
||||
Reference in New Issue
Block a user