remove whisparr

This commit is contained in:
Christoph Califice
2026-02-21 19:33:28 -03:00
parent aea05da9a7
commit 5505d78933

View File

@@ -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