removed qbit

This commit is contained in:
Peter Wood
2022-09-26 11:57:21 -04:00
parent 91d6255672
commit c745fbcb54

View File

@@ -13,7 +13,6 @@ services:
- 8388:8388/tcp # Shadowsocks - 8388:8388/tcp # Shadowsocks
- 8388:8388/udp # Shadowsocks - 8388:8388/udp # Shadowsocks
- 8080:8080/tcp # qbittorrent webUI - 8080:8080/tcp # qbittorrent webUI
- 8085:8085/tcp # sabnzbd webUI
volumes: volumes:
- /vpn-gluetun:/gluetun - /vpn-gluetun:/gluetun
environment: environment:
@@ -30,19 +29,6 @@ services:
# - SERVER_CITIES=Stockholm # - SERVER_CITIES=Stockholm
# - SERVER_HOSTNAMES: Comma separated list of server hostnames # - SERVER_HOSTNAMES: Comma separated list of server hostnames
restart: always restart: always
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
environment:
- PUID=1000
- PGID=1000
- TZ=America/New_York
- WEBUI_PORT=8080
volumes:
- /mnt/d/docker/qbittorrent/config:/config
- /mnt/d/media/downloads:/downloads
network_mode: "service:gluetun"
restart: always
sabnzbd: sabnzbd:
image: lscr.io/linuxserver/sabnzbd:latest image: lscr.io/linuxserver/sabnzbd:latest
container_name: sabnzbd container_name: sabnzbd