From 10413226685971e055ef88c405106026fddd9f08 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 4 Mar 2023 21:27:20 +1100 Subject: [PATCH] Qbittorrent without LAN network, and remove wireguard --- services/torrents/docker-compose.yml | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/services/torrents/docker-compose.yml b/services/torrents/docker-compose.yml index 95e4e79..3fab7fe 100644 --- a/services/torrents/docker-compose.yml +++ b/services/torrents/docker-compose.yml @@ -39,7 +39,6 @@ services: PUID: ${NASCOMPOSE_UID?} PGID: ${NASCOMPOSE_GID?} VPN_ENABLED: true - VPN_LAN_NETWORK: 192.168.0.0/23 cap_add: - NET_ADMIN sysctls: @@ -59,26 +58,6 @@ services: traefik.enable: true traefik.http.routers.qbittorrent.middlewares: authelia@file - wireguard: - hostname: wireguard - image: linuxserver/wireguard - environment: - PUID: ${NASCOMPOSE_UID?} - PGID: ${NASCOMPOSE_GID?} - cap_add: - - NET_ADMIN - sysctls: - net.ipv4.conf.all.src_valid_mark: 1 - networks: - - reverse-proxy - configs: - - source: qbittorrent_vpn_settings - target: /config/wg0.conf - restart: unless-stopped - labels: - traefik.enable: true - traefik.http.routers.wireguard.middlewares: authelia@file - networks: torrents: name: torrents