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