update media-stack docker images
This commit is contained in:
parent
7ac42248a5
commit
70ca1b7fd9
@ -5,9 +5,6 @@ let
|
||||
{
|
||||
auto_https off
|
||||
http_port 8180
|
||||
log {
|
||||
output file /config/logs/access.log
|
||||
}
|
||||
}
|
||||
jellyfin.ataraxiadev.com:8180 {
|
||||
reverse_proxy jellyfin:8096
|
||||
|
@ -5,6 +5,8 @@ let
|
||||
open-ports = [
|
||||
# caddy
|
||||
"127.0.0.1:8180:8180"
|
||||
"0.0.0.0:7000:7000"
|
||||
"0.0.0.0:7000:7000/udp"
|
||||
];
|
||||
pod-dns = "10.10.10.1";
|
||||
in {
|
||||
|
@ -11,7 +11,7 @@ in {
|
||||
TZ = "Europe/Moscow";
|
||||
};
|
||||
extraOptions = [ "--pod=media-stack" ];
|
||||
image = "docker.io/linuxserver/jackett:0.22.263";
|
||||
image = "docker.io/linuxserver/jackett:0.22.932";
|
||||
volumes = [
|
||||
"${nas-path}/configs/jackett:/config"
|
||||
];
|
||||
|
@ -11,7 +11,7 @@ let
|
||||
in {
|
||||
virtualisation.oci-containers.containers.jellyfin = {
|
||||
autoStart = true;
|
||||
image = "docker.io/linuxserver/jellyfin:10.9.7";
|
||||
image = "docker.io/linuxserver/jellyfin:10.10.1";
|
||||
environment = {
|
||||
PUID = "1000";
|
||||
PGID = "100";
|
||||
|
@ -4,7 +4,7 @@ let
|
||||
in {
|
||||
virtualisation.oci-containers.containers.kavita = {
|
||||
autoStart = true;
|
||||
image = "docker.io/jvmilazz0/kavita:0.8.2";
|
||||
image = "docker.io/jvmilazz0/kavita:0.8.3";
|
||||
environment = {
|
||||
PUID = "1000";
|
||||
PGID = "100";
|
||||
|
@ -10,7 +10,7 @@ in {
|
||||
TZ = "Europe/Moscow";
|
||||
};
|
||||
extraOptions = [ "--pod=media-stack" ];
|
||||
image = "docker.io/linuxserver/lidarr:version-2.3.3.4204";
|
||||
image = "docker.io/linuxserver/lidarr:version-2.7.1.4417";
|
||||
volumes = [
|
||||
"${nas-path}/configs/lidarr/config:/config"
|
||||
"${nas-path}/configs/lidarr/custom-services.d:/custom-services.d"
|
||||
|
@ -4,7 +4,7 @@ let
|
||||
in {
|
||||
virtualisation.oci-containers.containers.medusa = {
|
||||
autoStart = true;
|
||||
image = "docker.io/linuxserver/medusa:v1.0.21-ls189";
|
||||
image = "docker.io/linuxserver/medusa:v1.0.21-ls202";
|
||||
environment = {
|
||||
PUID = "1000";
|
||||
PGID = "100";
|
||||
|
@ -4,12 +4,13 @@ let
|
||||
in {
|
||||
virtualisation.oci-containers.containers.qbittorrent = {
|
||||
autoStart = true;
|
||||
image = "docker.io/linuxserver/qbittorrent:4.6.5-r0-ls338";
|
||||
image = "docker.io/linuxserver/qbittorrent:5.0.1-r0-ls363";
|
||||
environment = {
|
||||
PUID = "1000";
|
||||
PGID = "100";
|
||||
UMASK = "002";
|
||||
TZ = "Europe/Moscow";
|
||||
TORRENTING_PORT = "7000";
|
||||
};
|
||||
extraOptions = [ "--pod=media-stack" ];
|
||||
volumes = [
|
||||
|
@ -11,7 +11,7 @@ in {
|
||||
TZ = "Europe/Moscow";
|
||||
};
|
||||
extraOptions = [ "--pod=media-stack" ];
|
||||
image = "docker.io/linuxserver/radarr:version-5.7.0.8882";
|
||||
image = "docker.io/linuxserver/radarr:version-5.14.0.9383";
|
||||
volumes = [
|
||||
"${nas-path}/configs/radarr:/config"
|
||||
"${nas-path}:/data"
|
||||
|
@ -9,7 +9,7 @@ in {
|
||||
TZ = "Europe/Moscow";
|
||||
};
|
||||
extraOptions = [ "--pod=media-stack" ];
|
||||
image = "ghcr.io/recyclarr/recyclarr:6.0.3-dev.65";
|
||||
image = "ghcr.io/recyclarr/recyclarr:7.4.0";
|
||||
volumes = [
|
||||
"${nas-path}/configs/recyclarr:/config"
|
||||
];
|
||||
|
@ -11,7 +11,7 @@ in {
|
||||
TZ = "Europe/Moscow";
|
||||
};
|
||||
extraOptions = [ "--pod=media-stack" ];
|
||||
image = "docker.io/linuxserver/sonarr:version-4.0.6.1805";
|
||||
image = "docker.io/linuxserver/sonarr:version-4.0.10.2544";
|
||||
volumes = [
|
||||
"${nas-path}/configs/sonarr:/config"
|
||||
"${nas-path}:/data"
|
||||
|
Loading…
x
Reference in New Issue
Block a user