Update media-management.yaml
parent
084c88d89e
commit
1a332aa0cb
|
@ -98,69 +98,69 @@ services:
|
|||
- TP_THEME=$THEME
|
||||
|
||||
# VPN
|
||||
gluetun:
|
||||
image: qmcgaw/gluetun
|
||||
container_name: gluetun
|
||||
restart: unless-stopped
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
devices:
|
||||
- /dev/net/tun:/dev/net/tun
|
||||
volumes:
|
||||
- /dockers/gluetun:/gluetun
|
||||
environment:
|
||||
- VPN_SERVICE_PROVIDER=custom
|
||||
- VPN_TYPE=wireguard
|
||||
- VPN_ENDPOINT_IP=31.13.189.226
|
||||
- VPN_ENDPOINT_PORT=51820
|
||||
- WIREGUARD_PUBLIC_KEY=$WIREGUARD_PUBLIC_KEY
|
||||
- WIREGUARD_PRIVATE_KEY=$WIREGUARD_PRIVATE_KEY
|
||||
- WIREGUARD_ADDRESSES=10.1.1.40/32
|
||||
sysctls:
|
||||
- net.ipv6.conf.all.disable_ipv6=1
|
||||
ports:
|
||||
- 9080:9080 #qbittorrent
|
||||
- 9081:9081 #sab
|
||||
#gluetun:
|
||||
# image: qmcgaw/gluetun
|
||||
# container_name: gluetun
|
||||
# restart: unless-stopped
|
||||
# cap_add:
|
||||
# - NET_ADMIN
|
||||
# devices:
|
||||
# - /dev/net/tun:/dev/net/tun
|
||||
# volumes:
|
||||
# - /dockers/gluetun:/gluetun
|
||||
# environment:
|
||||
# - VPN_SERVICE_PROVIDER=custom
|
||||
# - VPN_TYPE=wireguard
|
||||
# - VPN_ENDPOINT_IP=31.13.189.226
|
||||
# - VPN_ENDPOINT_PORT=51820
|
||||
# - WIREGUARD_PUBLIC_KEY=$WIREGUARD_PUBLIC_KEY
|
||||
# - WIREGUARD_PRIVATE_KEY=$WIREGUARD_PRIVATE_KEY
|
||||
# - WIREGUARD_ADDRESSES=10.1.1.40/32
|
||||
# sysctls:
|
||||
# - net.ipv6.conf.all.disable_ipv6=1
|
||||
# ports:
|
||||
# - 9080:9080 #qbittorrent
|
||||
# - 9081:9081 #sab
|
||||
|
||||
# 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:/downloads
|
||||
- /dockers/downloads/sabnzbd/incomplete:/incomplete-downloads #dockersional
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=US/Eastern
|
||||
- DOCKER_MODS=ghcr.io/gilbn/theme.park:sabnzbd
|
||||
- TP_THEME=$THEME
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '2'
|
||||
memory: 2G
|
||||
#sabnzbd:
|
||||
# image: linuxserver/sabnzbd
|
||||
# container_name: sabnzbd
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# - gluetun
|
||||
# network_mode: "container:gluetun"
|
||||
# volumes:
|
||||
# - /dockers/sabnzbd/config:/config
|
||||
# - /dockers/downloads:/downloads
|
||||
# - /dockers/downloads/sabnzbd/incomplete:/incomplete-downloads #dockersional
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - TZ=US/Eastern
|
||||
# - DOCKER_MODS=ghcr.io/gilbn/theme.park:sabnzbd
|
||||
# - TP_THEME=$THEME
|
||||
# deploy:
|
||||
# resources:
|
||||
# limits:
|
||||
# cpus: '2'
|
||||
# memory: 2G
|
||||
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:4.5.3
|
||||
container_name: qbit
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- gluetun
|
||||
network_mode: "container:gluetun"
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=US/Eastern
|
||||
- WEBUI_PORT=9080
|
||||
volumes:
|
||||
- /dockers/qbit/appdata/config:/config
|
||||
- /dockers/downloads:/downloads
|
||||
#qbittorrent:
|
||||
# image: lscr.io/linuxserver/qbittorrent:4.5.3
|
||||
# container_name: qbit
|
||||
# restart: unless-stopped
|
||||
# depends_on:
|
||||
# - gluetun
|
||||
# network_mode: "container:gluetun"
|
||||
# environment:
|
||||
# - PUID=1000
|
||||
# - PGID=1000
|
||||
# - TZ=US/Eastern
|
||||
# - WEBUI_PORT=9080
|
||||
# volumes:
|
||||
# - /dockers/qbit/appdata/config:/config
|
||||
# - /dockers/downloads:/downloads
|
||||
#ports:
|
||||
# - 8080:8080
|
||||
# - 65497:65497
|
||||
|
|
Loading…
Reference in New Issue