1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-24 00:19:40 +08:00
1Panel-Appstore/apps/moontv/4.2.1/docker-compose.yml

19 lines
388 B
YAML

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