replace surfshark with gluetun

This commit is contained in:
2026-02-14 10:00:15 +01:00
parent a5710c5bc4
commit 6dffdc8daa
5 changed files with 12 additions and 14 deletions

View File

@@ -30,3 +30,4 @@ services:
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3

View File

@@ -12,10 +12,10 @@ services:
- REGION=Europe - REGION=Europe
- SERVER_COUNTRIES=Netherlands - SERVER_COUNTRIES=Netherlands
- LOCAL_NETWORK=192.168.2.0/24 - LOCAL_NETWORK=192.168.2.0/24
- TRANSMISSION_RPC_PORT=9091 - HTTPPROXY=on
ports: ports:
- 1080:1080 - "18888:8888/tcp" # HTTP proxy
- 9091:9091 - "9091:9091/tcp" # Transmission Web UI
- 9092:9092 - "9092:9092/tcp" # Transmission optional RPC port
- 6881:6881 - "6881:6881/tcp" # BitTorrent TCP
- 6881:6881/udp - "6881:6881/udp" # BitTorrent UDP

View File

@@ -3,13 +3,12 @@ services:
container_name: qbittorrent container_name: qbittorrent
image: linuxserver/qbittorrent:5.0.1 image: linuxserver/qbittorrent:5.0.1
depends_on: depends_on:
- surfshark - gluetun
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/Amsterdam - TZ=Europe/Amsterdam
- WEBUI_PORT=9092 - WEBUI_PORT=9092
network_mode: service:surfshark
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /opt/qbittorrent:/config - /opt/qbittorrent:/config
@@ -19,3 +18,4 @@ services:
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
network_mode: "service:gluetun"

View File

@@ -3,12 +3,11 @@ services:
container_name: transmission container_name: transmission
image: linuxserver/transmission:4.0.6 image: linuxserver/transmission:4.0.6
depends_on: depends_on:
- surfshark - gluetun
environment: environment:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/Amsterdam - TZ=Europe/Amsterdam
network_mode: service:surfshark
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- /opt/transmission:/config - /opt/transmission:/config
@@ -19,3 +18,4 @@ services:
interval: 30s interval: 30s
timeout: 10s timeout: 10s
retries: 3 retries: 3
network_mode: "service:gluetun"

View File

@@ -57,9 +57,7 @@ include:
# Network # Network
- compose.dns-ad-blocker.yaml - compose.dns-ad-blocker.yaml
- compose.surfshark.yaml - compose.gluetun.yaml
# - compose.socks.yaml
# - compose.openvpn-server.yaml
# Backup # Backup
- compose.rsnapshot.yaml - compose.rsnapshot.yaml
@@ -69,4 +67,3 @@ include:
- compose.gitea.yaml - compose.gitea.yaml
- tesla-api/compose.yaml - tesla-api/compose.yaml
- goodwe/compose.yaml - goodwe/compose.yaml