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 = {
|
services = {
|
||||||
jellyfin.service = {
|
jellyfin.service = {
|
||||||
image = "linuxserver/jellyfin:10.9.7";
|
image = "linuxserver/jellyfin:10.9.9";
|
||||||
container_name = "jellyfin";
|
container_name = "jellyfin";
|
||||||
ports = [
|
ports = [
|
||||||
"8096:8096"
|
"8096:8096"
|
||||||
|
@ -145,7 +145,7 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
prowlarr.service = {
|
prowlarr.service = {
|
||||||
image = "linuxserver/prowlarr:1.19.0";
|
image = "linuxserver/prowlarr:1.21.2";
|
||||||
container_name = "prowlarr";
|
container_name = "prowlarr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
@ -175,7 +175,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
};
|
};
|
||||||
sonarr.service = {
|
sonarr.service = {
|
||||||
image = "linuxserver/sonarr:4.0.6";
|
image = "linuxserver/sonarr:4.0.8";
|
||||||
container_name = "sonarr";
|
container_name = "sonarr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
@ -207,7 +207,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
};
|
};
|
||||||
radarr.service = {
|
radarr.service = {
|
||||||
image = "linuxserver/radarr:5.7.0";
|
image = "linuxserver/radarr:5.8.3";
|
||||||
container_name = "radarr";
|
container_name = "radarr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
@ -239,7 +239,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
};
|
};
|
||||||
lidarr.service = {
|
lidarr.service = {
|
||||||
image = "linuxserver/lidarr:2.3.3";
|
image = "linuxserver/lidarr:2.4.3";
|
||||||
container_name = "lidarr";
|
container_name = "lidarr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
@ -276,7 +276,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
};
|
};
|
||||||
bazarr.service = {
|
bazarr.service = {
|
||||||
image = "hotio/bazarr:release-1.4.2";
|
image = "hotio/bazarr:release-1.4.3";
|
||||||
container_name = "bazarr";
|
container_name = "bazarr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
@ -323,7 +323,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
};
|
};
|
||||||
autobrr.service = {
|
autobrr.service = {
|
||||||
image = "ghcr.io/autobrr/autobrr:v1.43.0";
|
image = "ghcr.io/autobrr/autobrr:v1.44.0";
|
||||||
container_name = "autobrr";
|
container_name = "autobrr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
|
Loading…
Reference in a new issue