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
timeout: 10s
retries: 3

View File

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

View File

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

View File

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

View File

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