updates from new deployment

This commit is contained in:
2024-08-14 05:41:06 +00:00
parent 028cc0e8d5
commit 285b437bde
4 changed files with 15 additions and 17 deletions

View File

@@ -1,5 +1,3 @@
---
version: '3'
services:
qbittorrent:
image: qbittorrentofficial/qbittorrent-nox:latest
@@ -11,10 +9,11 @@ services:
- QBT_EULA=true
volumes:
- ./qbit-config:/config
- ../../documents/downloads:/downloads
network_mode: host
- ${ZFS_POOL}/downloads:/downloads
depends_on:
- vpn
ports:
- 6882:6882
vpn:
image: lscr.io/linuxserver/wireguard:latest
container_name: wireguard
@@ -22,13 +21,12 @@ services:
cap_add:
- NET_ADMIN
environment:
- PUID=1000
- PGID=1000
- PUID=${UID}
- PGID=${GID}
- TZ=America/Denver
- SERVERPORT=51820 #optional
- LOG_CONFS=true #optional
volumes:
- ./config:/config
network_mode: host
# sysctls:
# - net.ipv4.conf.all.src_valid_mark=1
sysctls:
- net.ipv4.conf.all.src_valid_mark=1