mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2025-03-12 14:40:34 +08:00
feat: 删除 grafana
This commit is contained in:
parent
d37ba5cd74
commit
7cb4c87e4b
@ -1,11 +0,0 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 40038
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
|
@ -1,22 +0,0 @@
|
||||
version: '3'
|
||||
services:
|
||||
grafana:
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: always
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- "${PANEL_APP_PORT_HTTP}:3000"
|
||||
volumes:
|
||||
- grafana_data:/var/lib/grafana
|
||||
image: grafana/grafana:10.0.2
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
volumes:
|
||||
grafana_data:
|
||||
external: true
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
Loading…
x
Reference in New Issue
Block a user