Update prom/prometheus to 202506122345
This commit is contained in:
parent
faa8c51cf1
commit
5bdb2b4863
|
|
@ -8,11 +8,21 @@ additionalProperties:
|
|||
edit: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: "111111" # 访问密码默认值
|
||||
- default: "libretv" # 访问密码默认值
|
||||
envKey: PANEL_APP_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 访问密码
|
||||
random: true
|
||||
required: true
|
||||
edit: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
type: password
|
||||
- default: "libretv_admin" # 管理密码默认值
|
||||
envKey: PANEL_APP_ADMIN_PASSWORD
|
||||
labelEn: Access Password
|
||||
labelZh: 管理密码
|
||||
random: true
|
||||
required: true
|
||||
edit: true
|
||||
rule: paramComplexity
|
||||
type: password
|
||||
|
|
@ -6,12 +6,12 @@ services:
|
|||
- 1panel-network
|
||||
restart: always
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
- ${PANEL_APP_PORT_HTTP}:8080
|
||||
environment:
|
||||
- PASSWORD=${PANEL_APP_PASSWORD} # 关键配置
|
||||
command: ["/docker-entrypoint.sh", "nginx", "-g", "daemon off;"]
|
||||
- PASSWORD=${PANEL_APP_PASSWORD}
|
||||
- ADMINPASSWORD=${PANEL_APP_ADMIN_PASSWORD}
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
external: true
|
||||
|
|
@ -9,5 +9,5 @@ additionalProperties:
|
|||
shortDescZh: 轻量级、免费的在线视频搜索与观看平台
|
||||
tags:
|
||||
- Tool
|
||||
type: tool
|
||||
type: website
|
||||
website: https://libretv.is-an.org/
|
||||
Loading…
Reference in New Issue