paste bin

This commit is contained in:
poslop
2025-03-14 21:13:45 -05:00
parent 3515d1f2d2
commit dc98c7080a
6 changed files with 65 additions and 12 deletions

View File

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