From f410a6259f772a75a115b58e5fb4e62c31faae68 Mon Sep 17 00:00:00 2001 From: maxDorninger <97409287+maxDorninger@users.noreply.github.com> Date: Sat, 31 May 2025 18:05:27 +0200 Subject: [PATCH] remove prowlarr and qbittorrent from docker-compose.yaml --- docker-compose.yaml | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 22094ee..0414354 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -67,32 +67,5 @@ services: POSTGRES_PASSWORD: MediaManager ports: - "5432:5432" - prowlarr: - image: lscr.io/linuxserver/prowlarr:latest - container_name: prowlarr - environment: - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC - volumes: - - ./prowlarr:/config - restart: unless-stopped - ports: - - "9696:9696" - qbittorrent: - image: lscr.io/linuxserver/qbittorrent:latest - container_name: qbittorrent - environment: - - PUID=1000 - - PGID=1000 - - TZ=Etc/UTC - - WEBUI_PORT=8080 - - TORRENTING_PORT=6881 - ports: - - 8080:8080 - - 6881:6881 - - 6881:6881/udp - restart: unless-stopped - volumes: - - ./torrent/:/download/:rw +