Compare commits

..

2 Commits

Author SHA1 Message Date
Dex 7d2cd6ff0c Merge branch 'master' of http://gitea.simplysyncedllc.com/Dex/portainer-stacks 2024-07-04 00:36:27 -04:00
Dex d9936ad0f0 Adding Gluetun 2024-07-04 00:35:27 -04:00
1 changed files with 88 additions and 71 deletions

View File

@ -96,6 +96,23 @@ services:
- PGID=1000 - PGID=1000
- TZ=US/Eastern - TZ=US/Eastern
# VPN
gluetun:
image: qmcgaw/gluetun
container_name: gluetun
restart: unless-stopped
cap_add:
- NET_ADMIN
volumes:
- /dockers/gluetun:/gluetun
- /docker/configs/wg0.conf:/gluetun/wireguard/wg0.conf
environment:
- VPN_SERVICE_PROVIDER=custom
- VPN_TYPE=wireguard
ports:
- 9080:9080 #qbittorrent
- "52000-52010:52000-52010/udp"
# Downloaders # Downloaders
sabnzbd: sabnzbd:
image: linuxserver/sabnzbd image: linuxserver/sabnzbd