diff --git a/stash/docker-compose.yml b/stash/docker-compose.yml index 1b7b2d5..04fcb35 100644 --- a/stash/docker-compose.yml +++ b/stash/docker-compose.yml @@ -51,50 +51,50 @@ services: - "/mnt/system/gallery-dl:/gallery-dl" 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 + # 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" - - "40849:40849" - - "40849:40849/udp" - restart: unless-stopped + # 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" + # - "40849:40849" + # - "40849:40849/udp" + # restart: unless-stopped - jackett: - image: lscr.io/linuxserver/jackett:latest - container_name: jackett - environment: - - PUID=1000 - - PGID=1002 - - TZ=America/Sao_Paulo - - AUTO_UPDATE=true #optional - - RUN_OPTS= #optional - volumes: - - /home/ccalifice/docker-data/stash/jackett:/config - ports: - - 9117:9117 - restart: unless-stopped + # jackett: + # image: lscr.io/linuxserver/jackett:latest + # container_name: jackett + # environment: + # - PUID=1000 + # - PGID=1002 + # - TZ=America/Sao_Paulo + # - AUTO_UPDATE=true #optional + # - RUN_OPTS= #optional + # volumes: + # - /home/ccalifice/docker-data/stash/jackett:/config + # ports: + # - 9117:9117 + # restart: unless-stopped