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 +