feat: add app MoonTV

This commit is contained in:
arch3rPro
2025-07-26 10:36:14 +08:00
parent 64625105d1
commit b171254e61
9 changed files with 137 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
services:
moontv:
image: ghcr.io/senshinya/moontv:sha-27ae84b
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