revert to gluetun config
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
6484d1eea6
commit
07e75df74f
1 changed files with 6 additions and 6 deletions
|
|
@ -17,16 +17,16 @@ services:
|
||||||
- SERVER_CITIES=Vancouver
|
- SERVER_CITIES=Vancouver
|
||||||
- FIREWALL_VPN_INPUT_PORTS=30754
|
- FIREWALL_VPN_INPUT_PORTS=30754
|
||||||
- WIREGUARD_IMPLEMENTATION=kernelspace
|
- WIREGUARD_IMPLEMENTATION=kernelspace
|
||||||
#ports:
|
ports:
|
||||||
# - 8080:8080 # qBittorrent Web UI
|
- 8080:8080 # qBittorrent Web UI
|
||||||
volumes:
|
volumes:
|
||||||
- /lib/modules:/lib/modules:ro # Required for kernel mode
|
- /lib/modules:/lib/modules:ro # Required for kernel mode
|
||||||
|
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
image: lscr.io/linuxserver/qbittorrent:latest
|
image: lscr.io/linuxserver/qbittorrent:latest
|
||||||
container_name: qbittorrent
|
container_name: qbittorrent
|
||||||
#network_mode: "service:gluetun"
|
network_mode: "service:gluetun"
|
||||||
network_mode: host
|
#network_mode: host
|
||||||
cpus: 4.0
|
cpus: 4.0
|
||||||
mem_limit: "8192m" # 8 GB
|
mem_limit: "8192m" # 8 GB
|
||||||
mem_reservation: "2048m" # 2 GB
|
mem_reservation: "2048m" # 2 GB
|
||||||
|
|
@ -35,8 +35,8 @@ services:
|
||||||
nofile:
|
nofile:
|
||||||
soft: 65535
|
soft: 65535
|
||||||
hard: 65535
|
hard: 65535
|
||||||
#depends_on:
|
depends_on:
|
||||||
# - gluetun
|
- gluetun
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue