feat: update docker containers on saberofxebec

This commit is contained in:
s-prechtl 2026-03-15 19:18:36 +01:00
parent 628b68ea64
commit 3251ac1aee

View file

@ -92,7 +92,7 @@ in {
virtualisation.oci-containers = { virtualisation.oci-containers = {
backend = "docker"; backend = "docker";
containers.pihole = { containers.pihole = {
image = "pihole/pihole:latest"; image = "pihole/pihole:2026.02.0";
ports = [ ports = [
"${serverIP}:53:53/tcp" "${serverIP}:53:53/tcp"
"${serverIP}:53:53/udp" "${serverIP}:53:53/udp"
@ -114,7 +114,7 @@ in {
workdir = "/var/lib/pihole/"; workdir = "/var/lib/pihole/";
}; };
containers.homarr = { containers.homarr = {
image = "ghcr.io/homarr-labs/homarr:v1.36.1"; image = "ghcr.io/homarr-labs/homarr:v1.56.0";
ports = [ ports = [
"7575:7575" "7575:7575"
]; ];
@ -132,7 +132,7 @@ in {
}; };
containers.speedtest-tracker = { containers.speedtest-tracker = {
image = "lscr.io/linuxserver/speedtest-tracker:latest"; image = "lscr.io/linuxserver/speedtest-tracker:1.13.11";
ports = [ ports = [
"42069:80" "42069:80"
]; ];