change gluetun to use lxc wireguard resouirces
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
Some checks are pending
PVE2 Infrastructure Deploy / terraform (push) Waiting to run
This commit is contained in:
parent
48548bcdaa
commit
e731b5c375
1 changed files with 3 additions and 4 deletions
|
|
@ -5,9 +5,6 @@ services:
|
|||
cap_add:
|
||||
- NET_ADMIN
|
||||
restart: unless-stopped
|
||||
cpus: 1.0
|
||||
mem_limit: "1024m"
|
||||
mem_reservation: "128m"
|
||||
environment:
|
||||
- VPN_SERVICE_PROVIDER=airvpn
|
||||
- VPN_TYPE=wireguard
|
||||
|
|
@ -17,9 +14,11 @@ services:
|
|||
- SERVER_COUNTRIES=Canada
|
||||
- SERVER_CITIES=Vancouver
|
||||
- FIREWALL_VPN_INPUT_PORTS=30754
|
||||
- WIREGUARD_IMPLEMENTATION=userspace
|
||||
ports:
|
||||
- 8080:8080 # qBittorrent Web UI
|
||||
|
||||
volumes:
|
||||
- /lib/modules:/lib/modules:ro # Required for kernel mode
|
||||
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue