Arion: Bump media

This commit is contained in:
GHOSCHT 2024-12-09 13:25:38 +01:00
parent 7e46da362b
commit e2b65ceead
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -1,4 +1,4 @@
{pkgs, ...}: { {
project.name = "media"; project.name = "media";
networks.dmz = { networks.dmz = {
@ -9,7 +9,7 @@
services = { services = {
jellyfin.service = { jellyfin.service = {
image = "linuxserver/jellyfin:10.9.10"; image = "linuxserver/jellyfin:10.10.3";
container_name = "jellyfin"; container_name = "jellyfin";
ports = [ ports = [
"8096:8096" "8096:8096"
@ -44,7 +44,7 @@
]; ];
}; };
navidrome.service = { navidrome.service = {
image = "deluan/navidrome:0.53.1"; image = "deluan/navidrome:0.53.3";
container_name = "navidrome"; container_name = "navidrome";
labels = { labels = {
"traefik.enable" = "true"; "traefik.enable" = "true";
@ -146,7 +146,7 @@
]; ];
}; };
prowlarr.service = { prowlarr.service = {
image = "linuxserver/prowlarr:1.23.1"; image = "linuxserver/prowlarr:1.27.0";
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.9"; image = "linuxserver/sonarr:4.0.11";
container_name = "sonarr"; container_name = "sonarr";
labels = { labels = {
"traefik.enable" = "true"; "traefik.enable" = "true";
@ -206,7 +206,7 @@
restart = "always"; restart = "always";
}; };
radarr.service = { radarr.service = {
image = "linuxserver/radarr:5.9.1"; image = "linuxserver/radarr:5.15.1";
container_name = "radarr"; container_name = "radarr";
labels = { labels = {
"traefik.enable" = "true"; "traefik.enable" = "true";
@ -237,7 +237,7 @@
restart = "always"; restart = "always";
}; };
lidarr.service = { lidarr.service = {
image = "linuxserver/lidarr:2.5.3"; image = "linuxserver/lidarr:2.7.1";
container_name = "lidarr"; container_name = "lidarr";
labels = { labels = {
"traefik.enable" = "true"; "traefik.enable" = "true";
@ -273,7 +273,7 @@
restart = "always"; restart = "always";
}; };
bazarr.service = { bazarr.service = {
image = "hotio/bazarr:release-1.4.3"; image = "hotio/bazarr:release-1.4.5";
container_name = "bazarr"; container_name = "bazarr";
labels = { labels = {
"traefik.enable" = "true"; "traefik.enable" = "true";
@ -298,7 +298,7 @@
restart = "always"; restart = "always";
}; };
jellyseerr.service = { jellyseerr.service = {
image = "fallenbagel/jellyseerr:1.7.0"; image = "fallenbagel/jellyseerr:2.1.0";
container_name = "jellyseerr"; container_name = "jellyseerr";
labels = { labels = {
"traefik.enable" = "true"; "traefik.enable" = "true";
@ -321,7 +321,7 @@
restart = "always"; restart = "always";
}; };
autobrr.service = { autobrr.service = {
image = "ghcr.io/autobrr/autobrr:v1.46.0"; image = "ghcr.io/autobrr/autobrr:v1.53.0";
container_name = "autobrr"; container_name = "autobrr";
labels = { labels = {
"traefik.enable" = "true"; "traefik.enable" = "true";
@ -381,7 +381,7 @@
# restart = "always"; # restart = "always";
# }; # };
unpackerr.service = { unpackerr.service = {
image = "golift/unpackerr:0.13"; image = "golift/unpackerr:0.14.5";
container_name = "unpackerr"; container_name = "unpackerr";
volumes = [ volumes = [
"/storage/dataset/data/:/data" "/storage/dataset/data/:/data"