Build Sonarr image with NixNG

This commit is contained in:
Pim Kunis 2024-12-23 15:54:56 +01:00
parent e1ebabe09b
commit 95ce6f2c7a
5 changed files with 15 additions and 5 deletions

View file

@ -325,7 +325,7 @@
spec = {
containers.sonarr = {
image = globals.images.sonarr;
image = utils.mkNixNGImage "sonarr";
ports.web.containerPort = 8989;
imagePullPolicy = "IfNotPresent";