Merge branch 'main' of ssh://git.ghoscht.com:2222/ghoscht/nix-config

This commit is contained in:
GHOSCHT 2024-09-27 13:23:39 +02:00
commit 7f234717f5
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@
services = {
traefik.service = {
image = "traefik:v3.1.3";
image = "traefik:v3.1.4";
container_name = "traefik";
useHostStore = true;
ports = [

View file

@ -153,7 +153,7 @@
];
};
prowlarr.service = {
image = "linuxserver/prowlarr:1.21.2";
image = "linuxserver/prowlarr:1.23.1";
container_name = "prowlarr";
labels = {
"traefik.enable" = "true";
@ -167,6 +167,7 @@
"diun.enable" = "true";
"diun.watch_repo" = "true";
"diun.sort_tags" = "semver";
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
};
volumes = [