From f3780ff9070c0abefc02ed3a4ba6a5b269dc8aa8 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Tue, 28 Oct 2025 14:54:08 +0000 Subject: [PATCH] Delete qbittorrent/docker-compose.yaml --- qbittorrent/docker-compose.yaml | 65 --------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 qbittorrent/docker-compose.yaml diff --git a/qbittorrent/docker-compose.yaml b/qbittorrent/docker-compose.yaml deleted file mode 100644 index bef03bc..0000000 --- a/qbittorrent/docker-compose.yaml +++ /dev/null @@ -1,65 +0,0 @@ -services: - qbittorrent_open: - container_name: qbittorrent_open - image: ghcr.io/hotio/qbittorrent:release-5.0.5 - ports: - - "8080:8080" - - "42078:42078" - restart: always - environment: - - PUID=1000 - - PGID=1000 - - UMASK=022 - - TZ=America/New_York - mem_limit: 3g - memswap_limit: 3g - volumes: - - /srv/qbittorrent_open-config:/config - - pallassrv:/data - qbittorrent_vpn: - container_name: qbittorrent_vpn - image: ghcr.io/hotio/qbittorrent:release-5.0.5 - ports: - - "8088:8088" - restart: always - environment: - - PUID=1000 - - PGID=1000 - - UMASK=022 - - TZ=America/New_York - - WEBUI_PORTS=8088/tcp,8088/udp - mem_limit: 3g - memswap_limit: 3g - volumes: - - /srv/qbittorrent_vpn-config:/config - - pallassrv:/data - qbittorrent_eXoDOS: - container_name: qbittorrent_eXoDOS - image: ghcr.io/hotio/qbittorrent:release-5.0.5 - ports: - - "8089:8089" - restart: always - environment: - - PUID=1000 - - PGID=1000 - - UMASK=022 - - TZ=America/New_York - - WEBUI_PORTS=8089/tcp,8089/udp - mem_limit: 3g - memswap_limit: 3g - volumes: - - /srv/qbittorrent_eXoDOS-config:/config - - pallassrv:/data - -volumes: - pallassrv: - driver: local - driver_opts: - type: nfs - o: "addr=192.168.1.4,rw,nolock,soft" - device: ":/srv" - -networks: - default: - external: - name: nginx-network