This commit is contained in:
poslop
2025-05-10 16:42:19 -05:00
parent dc98c7080a
commit 1351d9d0a0
4 changed files with 38 additions and 10 deletions

View File

@@ -8,16 +8,14 @@ services:
- PGID=1000
- TZ=Etc/UTC
- WEBUI_PORT=8181
#network_mode: "service:gluetun"
ports:
- 8181:8181
network_mode: "service:gluetun"
volumes:
- qbittorrent:/config
- /mnt/nextcloud:/mnt/files
restart: unless-stopped
# depends_on:
# gluetun:
# condition: service_healthy
depends_on:
gluetun:
condition: service_healthy
gluetun:
@@ -29,14 +27,16 @@ services:
- VPN_SERVICE_PROVIDER=mullvad
- VPN_TYPE=wireguard
- WIREGUARD_PRIVATE_KEY=${MULLKEY}
- WIREGUARD_ADDRESSES=68.235.46.126/32
- DNS_ADDRESS=10.64.0.1
- WIREGUARD_ADDRESSES=10.75.99.140/32
- SERVER_COUNTRIES=USA
- SERVER_CITIES=Chicago IL
#- DNS_ADDRESS=10.64.0.1
volumes:
- gluetun:/gluetun
devices:
- /dev/net/tun:/dev/net/tun
ports:
# - 8181:8181
- 8181:8181
- 6881:6881
- 6881:6881/udp
restart: unless-stopped