Update media-management.yaml
parent
d836e683cd
commit
11f76bf2fc
|
|
@ -105,38 +105,7 @@ services:
|
||||||
- DOCKER_MODS=ghcr.io/gilbn/theme.park:radarr
|
- DOCKER_MODS=ghcr.io/gilbn/theme.park:radarr
|
||||||
- TP_THEME=$THEME
|
- TP_THEME=$THEME
|
||||||
|
|
||||||
# IPTV
|
|
||||||
dispatcharr:
|
|
||||||
container_name: dispatcharr
|
|
||||||
image: ghcr.io/dispatcharr/dispatcharr:latest
|
|
||||||
volumes:
|
|
||||||
- /dockers/dispatcharr:/data
|
|
||||||
- /mnt/TV:/tv
|
|
||||||
ports:
|
|
||||||
- 9191:9191
|
|
||||||
environment:
|
|
||||||
- DISPATCHARR_ENV=aio
|
|
||||||
- REDIS_HOST=localhost
|
|
||||||
- CELERY_BROKER_URL=redis://localhost:6379/0
|
|
||||||
- DISPATCHARR_LOG_LEVEL=info
|
|
||||||
|
|
||||||
teamarr:
|
|
||||||
image: ghcr.io/pharaoh-labs/teamarr:latest
|
|
||||||
container_name: teamarr
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- /dockers/teamarr/data:/app/data
|
|
||||||
environment:
|
|
||||||
- TZ=America/New_York
|
|
||||||
|
|
||||||
ecm:
|
|
||||||
image: ghcr.io/motwakorb/enhancedchannelmanager:latest
|
|
||||||
container_name: ecm
|
|
||||||
restart: unless-stopped
|
|
||||||
#ports:
|
|
||||||
# - "6100:6100"
|
|
||||||
volumes:
|
|
||||||
- /dockers/ecm/config:/config
|
|
||||||
|
|
||||||
# VPN
|
# VPN
|
||||||
gluetun:
|
gluetun:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue