Update media-management.yaml

master
Dex Burgess 2025-10-11 14:38:00 +00:00
parent dab80984e4
commit 3b3b11b04e
1 changed files with 16 additions and 0 deletions

View File

@ -153,6 +153,22 @@ services:
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
networks:
default:
name: dockers_default