From a542c5e27c6391d7dbf2ae169e1876ad56fdd71d Mon Sep 17 00:00:00 2001 From: caretaker Date: Wed, 22 Apr 2026 18:59:53 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20docker-compose.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index ac7567c..b08a13e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,4 +9,21 @@ services: environment: - SECRET_ENCRYPTION_KEY=a5768cf048956f4da12fd0773b95f8960d571cfd2889c5c428ca9a4c8016bb36 ports: - - '7575:7575' \ No newline at end of file + - '7575:7575' + qbittorrent: + image: lscr.io/linuxserver/qbittorrent:latest + container_name: qbittorrent + environment: + - PUID=1000 + - PGID=1000 + - TZ=Etc/UTC + - WEBUI_PORT=8080 + - TORRENTING_PORT=6881 + volumes: + - /mnt/hdd/appdata:/config + - mnt/hdd/downloads:/downloads #optional + ports: + - 8080:8080 + - 6881:6881 + - 6881:6881/udp + restart: unless-stopped \ No newline at end of file