Get back to gluetun, cleanup

This commit is contained in:
mr-vercetti
2025-01-02 21:15:25 +01:00
parent 369f7b7dc8
commit 24f4ec532f
8 changed files with 126 additions and 32 deletions

View File

@ -0,0 +1,20 @@
services:
gluetun:
image: qmcgaw/gluetun:v3.38
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