update docker containers versions
This commit is contained in:
parent
59775186b3
commit
21b3cf8ce1
@ -1,7 +1,7 @@
|
||||
{ ... }: {
|
||||
virtualisation.oci-containers.containers.it-tools = {
|
||||
autoStart = true;
|
||||
image = "docker.io/corentinth/it-tools:2023.12.21-5ed3693";
|
||||
image = "docker.io/corentinth/it-tools:2024.5.13-a0bc346";
|
||||
ports = [ "127.0.0.1:8070:80/tcp" ];
|
||||
};
|
||||
}
|
@ -11,7 +11,7 @@ in {
|
||||
TZ = "Europe/Moscow";
|
||||
};
|
||||
extraOptions = [ "--pod=media-stack" ];
|
||||
image = "docker.io/linuxserver/jackett:0.21.1712";
|
||||
image = "docker.io/linuxserver/jackett:0.21.2606";
|
||||
volumes = [
|
||||
"${nas-path}/configs/jackett:/config"
|
||||
];
|
||||
|
@ -7,7 +7,7 @@ let
|
||||
in {
|
||||
virtualisation.oci-containers.containers.jellyfin = {
|
||||
autoStart = true;
|
||||
image = "docker.io/linuxserver/jellyfin:10.8.13";
|
||||
image = "docker.io/linuxserver/jellyfin:10.9.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.7.14";
|
||||
image = "docker.io/jvmilazz0/kavita:0.8.1";
|
||||
environment = {
|
||||
PUID = "1000";
|
||||
PGID = "100";
|
||||
|
@ -10,7 +10,7 @@ in {
|
||||
TZ = "Europe/Moscow";
|
||||
};
|
||||
extraOptions = [ "--pod=media-stack" ];
|
||||
image = "docker.io/linuxserver/lidarr:2.0.7";
|
||||
image = "docker.io/linuxserver/lidarr:2.3.3";
|
||||
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:1.0.19";
|
||||
image = "docker.io/linuxserver/medusa:1.0.21";
|
||||
environment = {
|
||||
PUID = "1000";
|
||||
PGID = "100";
|
||||
|
@ -4,7 +4,7 @@ let
|
||||
in {
|
||||
virtualisation.oci-containers.containers.qbittorrent = {
|
||||
autoStart = true;
|
||||
image = "docker.io/linuxserver/qbittorrent:4.6.3";
|
||||
image = "docker.io/linuxserver/qbittorrent:4.6.4";
|
||||
environment = {
|
||||
PUID = "1000";
|
||||
PGID = "100";
|
||||
|
@ -11,7 +11,7 @@ in {
|
||||
TZ = "Europe/Moscow";
|
||||
};
|
||||
extraOptions = [ "--pod=media-stack" ];
|
||||
image = "docker.io/linuxserver/radarr:5.2.6";
|
||||
image = "docker.io/linuxserver/radarr:5.6.0";
|
||||
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.2";
|
||||
image = "ghcr.io/recyclarr/recyclarr:6.0.3-dev.65";
|
||||
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.1.929";
|
||||
image = "docker.io/linuxserver/sonarr:version-4.0.4.1491";
|
||||
volumes = [
|
||||
"${nas-path}/configs/sonarr:/config"
|
||||
"${nas-path}:/data"
|
||||
|
@ -3,7 +3,7 @@
|
||||
in {
|
||||
virtualisation.oci-containers.containers.spdf = {
|
||||
autoStart = true;
|
||||
image = "docker.io/frooodle/s-pdf:0.20.2";
|
||||
image = "docker.io/frooodle/s-pdf:0.23.1";
|
||||
environment = {
|
||||
PUID = "1000";
|
||||
PGID = "100";
|
||||
|
Loading…
x
Reference in New Issue
Block a user