feat: update moontv 100.1.1

This commit is contained in:
arch3rPro
2026-02-27 22:46:13 +08:00
parent 7f9a8d498b
commit 0139ebe1bf
3 changed files with 2 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
additionalProperties:
formFields:
- default: 40249
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: PASSWORD
labelEn: Password
labelZh: 密码
required: true
type: text
+16
View File
@@ -0,0 +1,16 @@
services:
moontv:
image: ghcr.io/moontechlab/lunatv:v100.1.1
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:3000
environment:
- PASSWORD=${PASSWORD}
labels:
createdBy: Apps
networks:
1panel-network:
external: true