Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-03 03:28:18 +00:00
parent 8afc8371e6
commit a514e611cf
40 changed files with 5 additions and 5 deletions
@@ -0,0 +1,26 @@
networks:
1panel-network:
external: true
services:
kibana:
container_name: elastic-kibana
env_file:
- ./envs/global.env
- .env
environment:
- SERVER_NAME="kibana"
- SERVER_HOST="0.0.0.0"
- SERVER_PORT=5601
- I18N_LOCALE="zh-CN"
- SERVER_SHUTDOWNTIMEOUT="5s"
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
image: kibana:9.1.3
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5601
restart: always
volumes:
- ${KIBANA_ROOT_PATH}/data:/usr/share/kibana/data