Update media-management.yaml
parent
9f217dcedb
commit
920ca0f27a
|
|
@ -126,6 +126,15 @@ services:
|
||||||
- /dockers/teamarr/data:/app/data
|
- /dockers/teamarr/data:/app/data
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/New_York
|
- 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:
|
||||||
|
|
@ -202,16 +211,8 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/qbit/appdata/config:/config
|
- /dockers/qbit/appdata/config:/config
|
||||||
- /dockers/downloads:/downloads
|
- /dockers/downloads:/downloads
|
||||||
|
|
||||||
iSponsorBlockTV:
|
|
||||||
image: ghcr.io/dmunozv04/isponsorblocktv
|
|
||||||
container_name: iSponsorBlockTV
|
|
||||||
restart: unless-stopped
|
|
||||||
network_mode: host
|
|
||||||
volumes:
|
|
||||||
- /dockers/isponsorblocktv:/app/data #enter the same pathway as you used for your configurator in step 1
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: dockers_default
|
name: dockers_default
|
||||||
external: true
|
external: true
|
||||||
Loading…
Reference in New Issue