From 5a2590a825fa0e944898119b952373ae7ad3beba Mon Sep 17 00:00:00 2001 From: Christoph Califice Date: Wed, 11 Mar 2026 14:45:57 -0300 Subject: [PATCH] remove gluetun --- qbittorrent/docker-compose.yml | 54 +++++++++++++++++----------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/qbittorrent/docker-compose.yml b/qbittorrent/docker-compose.yml index 5bf7697..0782bd4 100644 --- a/qbittorrent/docker-compose.yml +++ b/qbittorrent/docker-compose.yml @@ -15,34 +15,34 @@ services: # - "40848:40848" # - "40848:40848/udp" restart: unless-stopped - network_mode: "service:gluetun" - depends_on: - gluetun: - condition: service_started + # network_mode: "service:gluetun" + # depends_on: + # gluetun: + # condition: service_started labels: komodo.skip: - gluetun: - image: qmcgaw/gluetun:latest - container_name: gluetun_qbittorrent - cap_add: - - NET_ADMIN - - NET_RAW - environment: - - VPN_SERVICE_PROVIDER=custom - - VPN_TYPE=wireguard - - WIREGUARD_ENDPOINT_IP=85.209.92.53 - - WIREGUARD_ENDPOINT_PORT=51822 - - WIREGUARD_PUBLIC_KEY=/rw71EjmWXGLftrUp/AgZ9RgKYc/5wh//yFtluq4L2A= - - WIREGUARD_PRIVATE_KEY=wEePWTLpMDYd0Fuqzef40q8ggyActNdt7veVWOaxiV8= - - WIREGUARD_PRESHARED_KEY=0b+TB4RdPWMhcu44/sOd2lJrHNIAheddnE54OqOyrZQ= - - WIREGUARD_ADDRESSES=10.8.0.4/32 - - TZ=America/Sao_Paulo - ports: - - 8181:8181 - - 40848:40848 - - 40848:40848/udp - restart: unless-stopped - labels: - komodo.skip: \ No newline at end of file + # gluetun: + # image: qmcgaw/gluetun:latest + # container_name: gluetun_qbittorrent + # cap_add: + # - NET_ADMIN + # - NET_RAW + # environment: + # - VPN_SERVICE_PROVIDER=custom + # - VPN_TYPE=wireguard + # - WIREGUARD_ENDPOINT_IP=85.209.92.53 + # - WIREGUARD_ENDPOINT_PORT=51822 + # - WIREGUARD_PUBLIC_KEY=/rw71EjmWXGLftrUp/AgZ9RgKYc/5wh//yFtluq4L2A= + # - WIREGUARD_PRIVATE_KEY=wEePWTLpMDYd0Fuqzef40q8ggyActNdt7veVWOaxiV8= + # - WIREGUARD_PRESHARED_KEY=0b+TB4RdPWMhcu44/sOd2lJrHNIAheddnE54OqOyrZQ= + # - WIREGUARD_ADDRESSES=10.8.0.4/32 + # - TZ=America/Sao_Paulo + # ports: + # - 8181:8181 + # - 40848:40848 + # - 40848:40848/udp + # restart: unless-stopped + # labels: + # komodo.skip: \ No newline at end of file