1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-20 09:41:07 +08:00
1Panel-Appstore/apps/moontv/latest/docker-compose.yml
2025-08-22 21:03:38 +08:00

19 lines
389 B
YAML

services:
moontv:
image: ghcr.io/moontechlab/lunatv:latest
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