1
0

Update bestzwei/libretv Docker tag to v202508060117 (#1056)

This commit is contained in:
renovate[bot]
2025-08-06 05:49:58 +08:00
committed by GitHub
parent cbc22b3b10
commit 181e707367
2 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
additionalProperties:
formFields:
- default: 8899 # HTTP端口默认值
envKey: PANEL_APP_PORT_HTTP
labelEn: HTTP Port
labelZh: HTTP 端口
required: true
edit: true
rule: paramPort
type: number
- default: "libretv" # 访问密码默认值
envKey: PANEL_APP_PASSWORD
labelEn: Access Password
labelZh: 访问密码
random: true
required: true
edit: true
rule: paramComplexity
type: password
- default: "libretv_admin" # 管理密码默认值
envKey: PANEL_APP_ADMIN_PASSWORD
labelEn: Access Password
labelZh: 管理密码
random: true
required: true
edit: true
rule: paramComplexity
type: password

View File

@@ -0,0 +1,17 @@
services:
libretv:
container_name: ${CONTAINER_NAME}
image: bestzwei/libretv:202508060117
networks:
- 1panel-network
restart: always
ports:
- ${PANEL_APP_PORT_HTTP}:8080
environment:
- PASSWORD=${PANEL_APP_PASSWORD}
- ADMINPASSWORD=${PANEL_APP_ADMIN_PASSWORD}
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true