remove whisparr
This commit is contained in:
@@ -51,50 +51,50 @@ services:
|
|||||||
- "/mnt/system/gallery-dl:/gallery-dl"
|
- "/mnt/system/gallery-dl:/gallery-dl"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
||||||
whisparr:
|
# whisparr:
|
||||||
container_name: whisparr
|
# container_name: whisparr
|
||||||
image: ghcr.io/hotio/whisparr
|
# image: ghcr.io/hotio/whisparr
|
||||||
ports:
|
# ports:
|
||||||
- "6969:6969"
|
# - "6969:6969"
|
||||||
environment:
|
# environment:
|
||||||
- PUID=1000
|
# - PUID=1000
|
||||||
- PGID=1002
|
# - PGID=1002
|
||||||
- UMASK=002
|
# - UMASK=002
|
||||||
- TZ=America/Sao_Paulo
|
# - TZ=America/Sao_Paulo
|
||||||
- WEBUI_PORTS=6969/tcp
|
# - WEBUI_PORTS=6969/tcp
|
||||||
volumes:
|
# volumes:
|
||||||
- /home/ccalifice/docker-data/stash/whisparr:/config
|
# - /home/ccalifice/docker-data/stash/whisparr:/config
|
||||||
- /mnt/system/data:/data
|
# - /mnt/system/data:/data
|
||||||
|
|
||||||
qbittorrent:
|
# qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
# image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
container_name: qbittorrent-whisparr
|
# container_name: qbittorrent-whisparr
|
||||||
environment:
|
# environment:
|
||||||
- PUID=1000
|
# - PUID=1000
|
||||||
- PGID=1002
|
# - PGID=1002
|
||||||
- TZ=America/Sao_Paulo
|
# - TZ=America/Sao_Paulo
|
||||||
- WEBUI_PORT=8182
|
# - WEBUI_PORT=8182
|
||||||
volumes:
|
# volumes:
|
||||||
- /home/ccalifice/docker-data/stash/qbittorrent/config:/config
|
# - /home/ccalifice/docker-data/stash/qbittorrent/config:/config
|
||||||
- /mnt/system/data/torrents:/data/torrents
|
# - /mnt/system/data/torrents:/data/torrents
|
||||||
ports:
|
# ports:
|
||||||
- "8182:8182"
|
# - "8182:8182"
|
||||||
- "40849:40849"
|
# - "40849:40849"
|
||||||
- "40849:40849/udp"
|
# - "40849:40849/udp"
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
jackett:
|
# jackett:
|
||||||
image: lscr.io/linuxserver/jackett:latest
|
# image: lscr.io/linuxserver/jackett:latest
|
||||||
container_name: jackett
|
# container_name: jackett
|
||||||
environment:
|
# environment:
|
||||||
- PUID=1000
|
# - PUID=1000
|
||||||
- PGID=1002
|
# - PGID=1002
|
||||||
- TZ=America/Sao_Paulo
|
# - TZ=America/Sao_Paulo
|
||||||
- AUTO_UPDATE=true #optional
|
# - AUTO_UPDATE=true #optional
|
||||||
- RUN_OPTS= #optional
|
# - RUN_OPTS= #optional
|
||||||
volumes:
|
# volumes:
|
||||||
- /home/ccalifice/docker-data/stash/jackett:/config
|
# - /home/ccalifice/docker-data/stash/jackett:/config
|
||||||
ports:
|
# ports:
|
||||||
- 9117:9117
|
# - 9117:9117
|
||||||
restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user