chore(deps): update kibana docker tag to v9.3.1 (localApps) (#4246)
This commit is contained in:
24
apps/elastic-kibana/9.3.1/docker-compose.yml
Normal file
24
apps/elastic-kibana/9.3.1/docker-compose.yml
Normal file
@@ -0,0 +1,24 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
kibana:
|
||||
image: kibana:9.3.1
|
||||
container_name: ${CONTAINER_NAME}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:5601
|
||||
volumes:
|
||||
- ${KIBANA_ROOT_PATH}:/usr/share/kibana/data
|
||||
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
|
||||
Reference in New Issue
Block a user