Merge pull request #1344 from okxlin/renovate/grafana-grafana-11.x

chore(deps): update grafana/grafana docker tag to v11
This commit is contained in:
okxlin 2024-05-14 22:08:46 +08:00 committed by GitHub
commit a4916cccd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,2 @@
CONTAINER_NAME="grafana"
PANEL_APP_PORT_HTTP="40038"

View File

@ -0,0 +1,10 @@
additionalProperties:
formFields:
- default: 40038
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number

View File

@ -0,0 +1,19 @@
version: '3'
services:
grafana:
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
volumes:
- ./data:/var/lib/grafana
user: '0'
image: grafana/grafana:11.0.0
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true