Adding Gluetun

master
Dex 2024-07-04 00:35:27 -04:00
parent fbc37a096f
commit d9936ad0f0
1 changed files with 88 additions and 71 deletions

View File

@ -1,7 +1,7 @@
version: '3.7' version: '3.7'
services: services:
# *arr Servers # *arr Servers
radarr: radarr:
image: linuxserver/radarr:develop image: linuxserver/radarr:develop
container_name: radarr container_name: radarr
@ -62,7 +62,7 @@ services:
- DOCKER_MODS=ghcr.io/gilbn/theme.park:readarr - DOCKER_MODS=ghcr.io/gilbn/theme.park:readarr
- TP_THEME=$THEME - TP_THEME=$THEME
# Media Request # Media Request
ombi: ombi:
image: linuxserver/ombi:latest image: linuxserver/ombi:latest
container_name: ombi container_name: ombi
@ -84,7 +84,7 @@ services:
# volumes: # volumes:
# - /dockers/requesterr:/root/config # - /dockers/requesterr:/root/config
# Indexer # Indexer
prowlarr: prowlarr:
image: lscr.io/linuxserver/prowlarr:develop image: lscr.io/linuxserver/prowlarr:develop
container_name: prowlarr container_name: prowlarr
@ -96,7 +96,24 @@ services:
- PGID=1000 - PGID=1000
- TZ=US/Eastern - TZ=US/Eastern
# Downloaders # 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
sabnzbd: sabnzbd:
image: linuxserver/sabnzbd image: linuxserver/sabnzbd
container_name: sabnzbd container_name: sabnzbd