Files
homelab/stacks/media/qbittorrent.yaml
2026-02-24 16:34:39 +03:00

25 lines
583 B
YAML

services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Moscow
- WEBUI_PORT=8081
ports:
- "8081:8081"
- "6881:6881"
- "6881:6881/udp"
volumes:
- /srv/homelab/config/media/qbittorrent:/config
- /srv/media/downloads:/downloads
- /srv/media/movies:/movies
- /srv/media/shows:/shows
restart: unless-stopped
logging:
driver: json-file
options:
max-size: "10m"
max-file: "5"