Skip to content

Commit

Permalink
update apps
Browse files Browse the repository at this point in the history
Signed-off-by: Navratan Lal Gupta <[email protected]>
  • Loading branch information
navilg committed Oct 27, 2024
1 parent 957f221 commit 5d802f3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 5d802f3

Please sign in to comment.