qbittorent + jellyfin

This commit is contained in:
criz 2025-09-16 02:09:18 +02:00
parent af3e8a8104
commit 726edf435b
3 changed files with 43 additions and 2 deletions

View file

@ -0,0 +1,22 @@
---
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=13461
- TORRENTING_PORT=6881
volumes:
- ./config:/config
- /home/criz/Medias/Torrents:/downloads #optional
ports:
- 13461:13461
- 6881:6881
- 6881:6881/udp
restart: unless-stopped
labels:
tsdproxy.enable: "true"
tsdproxy.name: "torrent"