1
0
Fork 0
1Panel-Appstore/apps/moontv/latest/docker-compose.yml

19 lines
389 B
YAML
Raw Normal View History

2025-06-27 09:54:59 +08:00
services:
moontv:
2025-08-22 21:03:38 +08:00
image: ghcr.io/moontechlab/lunatv:latest
2025-06-27 09:54:59 +08:00
container_name: ${CONTAINER_NAME}
restart: always
networks:
- 1panel-network
ports:
- "${PANEL_APP_PORT_HTTP}:3000"
environment:
2025-08-22 21:03:38 +08:00
- PASSWORD=${PASSWORD}
- NEXT_PUBLIC_ENABLE_BLOCKAD=true
2025-06-27 09:54:59 +08:00
labels:
createdBy: "Apps"
networks:
1panel-network:
external: true