Compare commits

..

No commits in common. "7d2cd6ff0c3ee623d5e18d5c71c9c8bffd18d8fc" and "0c5e237a69553ec0821efa785e4363d56ccd97fb" have entirely different histories.

1 changed files with 71 additions and 88 deletions

View File

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