Update media-management.yaml
parent
ebe1805896
commit
f33519255f
|
@ -14,8 +14,8 @@ services:
|
|||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
#- DOCKER_MODS=ghcr.io/gilbn/theme.park:radarr
|
||||
#- TP_THEME=$THEME
|
||||
- DOCKER_MODS=ghcr.io/gilbn/theme.park:radarr
|
||||
- TP_THEME=$THEME
|
||||
|
||||
sonarr:
|
||||
image: linuxserver/sonarr:develop
|
||||
|
@ -115,15 +115,18 @@ services:
|
|||
- WIREGUARD_ADDRESSES=10.1.1.40/32
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=1
|
||||
ports:
|
||||
- 9080:9080 #qbittorrent
|
||||
- "52000-52010:52000-52010/udp"
|
||||
#ports:
|
||||
# - 9080:9080 #qbittorrent
|
||||
# -
|
||||
|
||||
# Downloaders
|
||||
sabnzbd:
|
||||
image: linuxserver/sabnzbd
|
||||
container_name: sabnzbd
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- gluetun
|
||||
network_mode: "container:gluetun"
|
||||
volumes:
|
||||
- /dockers/sabnzbd/config:/config
|
||||
- /dockers/downloads/sabnzbd:/downloads
|
||||
|
@ -151,7 +154,7 @@ services:
|
|||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=US/Eastern
|
||||
- WEBUI_PORT=9080
|
||||
- WEBUI_PORT=8080
|
||||
volumes:
|
||||
- /dockers/qbit/appdata/config:/config
|
||||
- /dockers/downloads/qbit:/downloads
|
||||
|
|
Loading…
Reference in New Issue