From 61e3193cb4a63a71a73a6dfd4b891d12cbaf4a15 Mon Sep 17 00:00:00 2001 From: Christoph Califice Date: Sun, 1 Feb 2026 17:05:21 -0300 Subject: [PATCH] add whisparr and qb to stash --- stash/docker-compose.yml | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/stash/docker-compose.yml b/stash/docker-compose.yml index cdbc943..fa6103a 100644 --- a/stash/docker-compose.yml +++ b/stash/docker-compose.yml @@ -49,4 +49,36 @@ services: volumes: - "/home/ccalifice/docker-data/gallery-dl/config:/config" - "/mnt/system/gallery-dl:/gallery-dl" - restart: on-failure \ No newline at end of file + restart: on-failure + + whisparr: + container_name: whisparr + image: ghcr.io/hotio/whisparr + ports: + - "6969:6969" + environment: + - PUID=1000 + - PGID=1002 + - UMASK=002 + - TZ=America/Sao_Paulo + - WEBUI_PORTS=6969/tcp + volumes: + - /home/ccalifice/docker-data/stash/whisparr:/config + - /mnt/system/data:/data + + qbittorrent: + image: lscr.io/linuxserver/qbittorrent:latest + container_name: qbittorrent-whisparr + environment: + - PUID=1000 + - PGID=1002 + - TZ=America/Sao_Paulo + - WEBUI_PORT=8182 + volumes: + - /home/ccalifice/docker-data/stash/qbittorrent/config:/config + - /mnt/system/data/torrents:/data/torrents + ports: + - "8182:8182" + - "40848:40848" + - "40848:40848/udp" + restart: unless-stopped