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