Arion: Bump media
jellyfin: 10.9.9 prowlarr: 1.21.2 sonarr: 4.0.8 radarr: 2.4.3 lidarr: 2.4.3 bazarr: 1.4.3 autobrr: v1.44.0
This commit is contained in:
parent
b21b9b774d
commit
2f64d316fe
1 changed files with 7 additions and 7 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
services = {
|
||||
jellyfin.service = {
|
||||
image = "linuxserver/jellyfin:10.9.7";
|
||||
image = "linuxserver/jellyfin:10.9.9";
|
||||
container_name = "jellyfin";
|
||||
ports = [
|
||||
"8096:8096"
|
||||
|
@ -145,7 +145,7 @@
|
|||
];
|
||||
};
|
||||
prowlarr.service = {
|
||||
image = "linuxserver/prowlarr:1.19.0";
|
||||
image = "linuxserver/prowlarr:1.21.2";
|
||||
container_name = "prowlarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -175,7 +175,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
sonarr.service = {
|
||||
image = "linuxserver/sonarr:4.0.6";
|
||||
image = "linuxserver/sonarr:4.0.8";
|
||||
container_name = "sonarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -207,7 +207,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
radarr.service = {
|
||||
image = "linuxserver/radarr:5.7.0";
|
||||
image = "linuxserver/radarr:5.8.3";
|
||||
container_name = "radarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -239,7 +239,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
lidarr.service = {
|
||||
image = "linuxserver/lidarr:2.3.3";
|
||||
image = "linuxserver/lidarr:2.4.3";
|
||||
container_name = "lidarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -276,7 +276,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
bazarr.service = {
|
||||
image = "hotio/bazarr:release-1.4.2";
|
||||
image = "hotio/bazarr:release-1.4.3";
|
||||
container_name = "bazarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -323,7 +323,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
autobrr.service = {
|
||||
image = "ghcr.io/autobrr/autobrr:v1.43.0";
|
||||
image = "ghcr.io/autobrr/autobrr:v1.44.0";
|
||||
container_name = "autobrr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
|
Loading…
Reference in a new issue