Replace delugevpn with qbitorrent and gluetun

This commit is contained in:
mr-vercetti
2024-04-25 21:48:43 +02:00
parent eb056980fa
commit 4009ee8ca4
4 changed files with 61 additions and 51 deletions

View File

@ -0,0 +1,20 @@
services:
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
cap_add:
- NET_ADMIN
environment:
- VPN_SERVICE_PROVIDER=custom
- VPN_TYPE=wireguard
volumes:
- ${APPS_DIR}/gluetun:/gluetun
networks:
- gluetun
ports:
# qbittorrent
- '8183:8183'
networks:
gluetun:
name: gluetun