mirror of
https://github.com/navilg/media-stack.git
synced 2024-11-21 10:05:46 +02:00
update apps
Signed-off-by: Navratan Lal Gupta <navilg0409@gmail.com>
This commit is contained in:
parent
957f221325
commit
5d802f3265
10
README.md
10
README.md
@ -14,6 +14,16 @@ Stack include VPN, Radarr, Sonarr, Prowlarr, qBittorrent, Jellyseerr and Jellyfi
|
||||
|
||||
## Install media stack
|
||||
|
||||
|
||||
> **WARNING for armv7 users:** Breaking changes in Jellyseerr version 2.0.x. Jellyseerr 2.0.x have dropped the support for armv7 container image. Support for arm64 is still present. If you are using media stack on armv7, You may need to use Jellyseerr v1.9.x until support is back for armv7.
|
||||
> Details here:
|
||||
>
|
||||
> https://github.com/Fallenbagel/jellyseerr/releases/tag/v2.0.0
|
||||
>
|
||||
> https://github.com/Fallenbagel/jellyseerr/releases/tag/v2.0.1
|
||||
>
|
||||
|
||||
|
||||
There are two ways this stack can be deployed.
|
||||
|
||||
1. With a VPN (Recommended)
|
||||
|
@ -7,7 +7,7 @@ services:
|
||||
## Read https://github.com/qdm12/gluetun-wiki/tree/main/setup/providers for details on configuring VPN for your service provider.
|
||||
profiles: ["vpn"]
|
||||
container_name: vpn
|
||||
image: qmcgaw/gluetun:v3.39.0
|
||||
image: qmcgaw/gluetun:v3.39.1
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
environment:
|
||||
@ -62,7 +62,7 @@ services:
|
||||
qbittorrent:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
container_name: qbittorrent
|
||||
image: lscr.io/linuxserver/qbittorrent:4.6.7
|
||||
image: lscr.io/linuxserver/qbittorrent:5.0.0
|
||||
|
||||
# Unomment below if vpn is enabled
|
||||
# depends_on: # Uncomment this line if vpn is enabled
|
||||
@ -95,7 +95,7 @@ services:
|
||||
radarr:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
container_name: radarr
|
||||
image: lscr.io/linuxserver/radarr:5.10.4
|
||||
image: lscr.io/linuxserver/radarr:5.13.1
|
||||
networks:
|
||||
- mynetwork # Comment this line if VPN is enabled
|
||||
## Uncomment below lines if VPN is enabled
|
||||
@ -114,7 +114,7 @@ services:
|
||||
|
||||
sonarr:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
image: linuxserver/sonarr:4.0.9
|
||||
image: linuxserver/sonarr:4.0.10
|
||||
container_name: sonarr
|
||||
networks:
|
||||
- mynetwork # Comment this line if VPN is enabled
|
||||
@ -135,7 +135,7 @@ services:
|
||||
prowlarr:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
container_name: prowlarr
|
||||
image: linuxserver/prowlarr:1.23.1
|
||||
image: linuxserver/prowlarr:1.25.4
|
||||
|
||||
# Uncomment below if vpn is enabled
|
||||
# depends_on: # Uncomment this line if vpn is enabled
|
||||
@ -159,7 +159,7 @@ services:
|
||||
|
||||
jellyseerr:
|
||||
profiles: ["vpn", "no-vpn"]
|
||||
image: fallenbagel/jellyseerr:1.9.2
|
||||
image: fallenbagel/jellyseerr:2.0.1
|
||||
container_name: jellyseerr
|
||||
networks:
|
||||
- mynetwork
|
||||
|
Loading…
Reference in New Issue
Block a user