Arion: bump media stack versions
prowlarr: 1.15.0 -> 1.16.2 sonarr: 4.0.2 -> 4.0.4 radarr: 5.3.6 -> 5.4.6 autobrr: 1.40.1 -> 1.41.0
This commit is contained in:
parent
b3feafcaef
commit
184495ae51
1 changed files with 5 additions and 5 deletions
|
@ -131,7 +131,7 @@
|
|||
];
|
||||
};
|
||||
prowlarr.service = {
|
||||
image = "linuxserver/prowlarr:1.15.0";
|
||||
image = "linuxserver/prowlarr:1.16.2";
|
||||
container_name = "prowlarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -157,7 +157,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
sonarr.service = {
|
||||
image = "linuxserver/sonarr:4.0.2";
|
||||
image = "linuxserver/sonarr:4.0.4";
|
||||
container_name = "sonarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -185,7 +185,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
radarr.service = {
|
||||
image = "linuxserver/radarr:5.3.6";
|
||||
image = "linuxserver/radarr:5.4.6";
|
||||
container_name = "radarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -213,7 +213,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
lidarr.service = {
|
||||
image = "linuxserver/lidarr:2.1.7";
|
||||
image = "linuxserver/lidarr:2.2.5";
|
||||
container_name = "lidarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -293,7 +293,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
autobrr.service = {
|
||||
image = "ghcr.io/autobrr/autobrr:v1.40.1";
|
||||
image = "ghcr.io/autobrr/autobrr:v1.41.0";
|
||||
container_name = "autobrr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
|
Loading…
Reference in a new issue