mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 02:10:12 -08:00
removed qbit
This commit is contained in:
@@ -29,17 +29,17 @@ services:
|
||||
# - SERVER_CITIES=Stockholm
|
||||
# - SERVER_HOSTNAMES: Comma separated list of server hostnames
|
||||
restart: always
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
sabnzbd:
|
||||
image: lscr.io/linuxserver/sabnzbd:latest
|
||||
container_name: sabnzbd
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=America/New_York
|
||||
- WEBUI_PORT=8080
|
||||
volumes:
|
||||
- /mnt/d/docker/qbittorrent/config:/config
|
||||
- /mnt/d/media/downloads:/downloads
|
||||
- /mnt/d/docker/sabnzbd/config:/config
|
||||
- /mnt/d/media/downloads/sabnzbd/complete:/downloads
|
||||
- /mnt/d/media/downloads/sabnzbd/incomplete/:/incomplete-downloads
|
||||
# network_mode: "service:gluetun" forces qbittorrent to connect to the internet through the VPN defined in the gluetun container above
|
||||
network_mode: "service:gluetun"
|
||||
restart: always
|
||||
|
||||
Reference in New Issue
Block a user