1
0
1Panel-Appstore/apps/moontv/3.1.2/docker-compose.yml
2025-08-22 21:03:38 +08:00

19 lines
388 B
YAML

services:
moontv:
image: ghcr.io/moontechlab/lunatv:3.1.2
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
- PASSWORD=${PASSWORD}
- NEXT_PUBLIC_ENABLE_BLOCKAD=true
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true