mirror of
https://github.com/snachodog/my-arr-stack.git
synced 2025-04-04 03:01:24 -06:00
Update docker-compose.yml
Added lidarr and tautulli to the stack. Media files are now on the external drive while the config files are on the main harddrive/MVNe.
This commit is contained in:
parent
8337244152
commit
2fc3cae10d
@ -31,11 +31,9 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- '${ROOT}/MediaCenter/config/deluge:/config'
|
- '${ROOT}/MediaCenter/config/deluge:/config'
|
||||||
- '${HDDSTORAGE}:/MediaCenterBox'
|
- '${HDDSTORAGE}:/MediaCenterBox'
|
||||||
#ports:
|
network_mode: 'service:vpn'
|
||||||
# - '8112:8112' #uncomment if you are not using the VPN
|
depends_on:
|
||||||
network_mode: 'service:vpn' #comment/remove if you are not using the VPN
|
- vpn
|
||||||
depends_on: #comment/remove if you are not using the VPN
|
|
||||||
- vpn #comment/remove if you are not using the VPN
|
|
||||||
|
|
||||||
prowlarr:
|
prowlarr:
|
||||||
image: lscr.io/linuxserver/prowlarr:latest
|
image: lscr.io/linuxserver/prowlarr:latest
|
||||||
@ -48,7 +46,7 @@ services:
|
|||||||
- '${ROOT}/MediaCenter/config/prowlarr:/config'
|
- '${ROOT}/MediaCenter/config/prowlarr:/config'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '9696:9696' #uncomment if you are not using the VPN
|
- '9696:9696'
|
||||||
|
|
||||||
sonarr:
|
sonarr:
|
||||||
container_name: sonarr
|
container_name: sonarr
|
||||||
@ -60,9 +58,9 @@ services:
|
|||||||
- 'PGID=${PGID}'
|
- 'PGID=${PGID}'
|
||||||
- 'TZ=${TZ}'
|
- 'TZ=${TZ}'
|
||||||
volumes:
|
volumes:
|
||||||
- '/etc/localtime:/etc/localtime:ro'
|
|
||||||
- '${ROOT}/MediaCenter/config/sonarr:/config'
|
- '${ROOT}/MediaCenter/config/sonarr:/config'
|
||||||
- '${HDDSTORAGE}:/MediaCenterBox'
|
- '${HDDSTORAGE}:/MediaCenterBox'
|
||||||
|
|
||||||
radarr:
|
radarr:
|
||||||
container_name: radarr
|
container_name: radarr
|
||||||
image: 'linuxserver/radarr:latest'
|
image: 'linuxserver/radarr:latest'
|
||||||
@ -73,15 +71,13 @@ services:
|
|||||||
- 'PGID=${PGID}'
|
- 'PGID=${PGID}'
|
||||||
- 'TZ=${TZ}'
|
- 'TZ=${TZ}'
|
||||||
volumes:
|
volumes:
|
||||||
- '/etc/localtime:/etc/localtime:ro'
|
|
||||||
- '${ROOT}/MediaCenter/config/radarr:/config'
|
- '${ROOT}/MediaCenter/config/radarr:/config'
|
||||||
- '${HDDSTORAGE}:/MediaCenterBox'
|
- '${HDDSTORAGE}:/MediaCenterBox'
|
||||||
|
|
||||||
bazarr:
|
bazarr:
|
||||||
container_name: bazarr
|
container_name: bazarr
|
||||||
image: 'linuxserver/bazarr:latest'
|
image: 'linuxserver/bazarr:latest'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#network_mode: host
|
|
||||||
environment:
|
environment:
|
||||||
- 'PUID=${PUID}'
|
- 'PUID=${PUID}'
|
||||||
- 'PGID=${PGID}'
|
- 'PGID=${PGID}'
|
||||||
@ -92,7 +88,7 @@ services:
|
|||||||
- '${HDDSTORAGE}:/MediaCenterBox'
|
- '${HDDSTORAGE}:/MediaCenterBox'
|
||||||
ports:
|
ports:
|
||||||
- '6767:6767'
|
- '6767:6767'
|
||||||
|
|
||||||
plex-server:
|
plex-server:
|
||||||
container_name: plex-server
|
container_name: plex-server
|
||||||
image: 'plexinc/pms-docker:latest'
|
image: 'plexinc/pms-docker:latest'
|
||||||
@ -105,9 +101,6 @@ services:
|
|||||||
- '${ROOT}/MediaCenter/config/plex/transcode:/transcode'
|
- '${ROOT}/MediaCenter/config/plex/transcode:/transcode'
|
||||||
- '${HDDSTORAGE}/Completed:/MediaCenterBox'
|
- '${HDDSTORAGE}/Completed:/MediaCenterBox'
|
||||||
|
|
||||||
|
|
||||||
### Optional Containers
|
|
||||||
|
|
||||||
wireguard:
|
wireguard:
|
||||||
image: ghcr.io/linuxserver/wireguard:latest
|
image: ghcr.io/linuxserver/wireguard:latest
|
||||||
container_name: wireguard
|
container_name: wireguard
|
||||||
@ -115,24 +108,24 @@ services:
|
|||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
- SYS_MODULE
|
- SYS_MODULE
|
||||||
environment:
|
environment:
|
||||||
- PUID=${PUID} # default user id, defined in .env
|
- PUID=${PUID}
|
||||||
- PGID=${PUID} # default user id, defined in .env
|
- PGID=${PGID}
|
||||||
- TZ=${TZ} # timezone, defined in .env
|
- TZ=${TZ}
|
||||||
- SERVERURL=${SERVERURL} # server public ip, auto to auto find, defined in .env
|
- SERVERURL=${SERVERURL}
|
||||||
- SERVERPORT=51820 #optional
|
- SERVERPORT=51820
|
||||||
- PEERS=${PEERS} # number of clients to be auto configured, defined in .env
|
- PEERS=${PEERS}
|
||||||
- PEERDNS=auto #optional
|
- PEERDNS=auto
|
||||||
- INTERNAL_SUBNET=172.168.69.0 #optional, network for devices ips. CAN NOT be the same as your home network
|
- INTERNAL_SUBNET=172.168.69.0
|
||||||
- ALLOWEDIPS=0.0.0.0/0 #optional
|
- ALLOWEDIPS=0.0.0.0/0
|
||||||
volumes:
|
volumes:
|
||||||
- ${ROOT}/MediaCenter/config/wireguard:/config # config folder
|
- ${ROOT}/MediaCenter/config/wireguard:/config
|
||||||
- /lib/modules:/lib/modules
|
- /lib/modules:/lib/modules
|
||||||
ports:
|
ports:
|
||||||
- 51820:51820/udp
|
- 51820:51820/udp
|
||||||
sysctls:
|
sysctls:
|
||||||
- net.ipv4.conf.all.src_valid_mark=1
|
- net.ipv4.conf.all.src_valid_mark=1
|
||||||
restart: always
|
restart: always
|
||||||
|
|
||||||
overseerr:
|
overseerr:
|
||||||
image: 'sctx/overseerr:latest'
|
image: 'sctx/overseerr:latest'
|
||||||
container_name: overseerr
|
container_name: overseerr
|
||||||
@ -143,4 +136,33 @@ services:
|
|||||||
- '5055:5055'
|
- '5055:5055'
|
||||||
volumes:
|
volumes:
|
||||||
- '${ROOT}/MediaCenter/config/overseerr/config:/app/config'
|
- '${ROOT}/MediaCenter/config/overseerr/config:/app/config'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
tautulli:
|
||||||
|
container_name: tautulli
|
||||||
|
image: linuxserver/tautulli:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- 'PUID=${PUID}'
|
||||||
|
- 'PGID=${PGID}'
|
||||||
|
- 'TZ=${TZ}'
|
||||||
|
volumes:
|
||||||
|
- '${ROOT}/MediaCenter/config/tautulli:/config'
|
||||||
|
- '/portainer/Logs:/logs'
|
||||||
|
ports:
|
||||||
|
- '8181:8181'
|
||||||
|
|
||||||
|
lidarr:
|
||||||
|
container_name: lidarr
|
||||||
|
image: linuxserver/lidarr:latest
|
||||||
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
- 'PUID=${PUID}'
|
||||||
|
- 'PGID=${PGID}'
|
||||||
|
- 'TZ=${TZ}'
|
||||||
|
volumes:
|
||||||
|
- '${ROOT}/MediaCenter/config/lidarr:/config'
|
||||||
|
- '${HDDSTORAGE}:/MediaCenterBox'
|
||||||
|
ports:
|
||||||
|
- '8686:8686'
|
||||||
|
network_mode: host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user