replace surfshark with gluetun
This commit is contained in:
@@ -30,3 +30,4 @@ services:
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user