Build Prowlarr image with NixNG
This commit is contained in:
parent
d581b6228b
commit
70880ac224
5 changed files with 15 additions and 5 deletions
|
@ -276,7 +276,7 @@
|
|||
volumes.config.persistentVolumeClaim.claimName = "prowlarr";
|
||||
|
||||
containers.prowlarr = {
|
||||
image = globals.images.prowlarr;
|
||||
image = utils.mkNixNGImage "prowlarr";
|
||||
ports.web.containerPort = 9696;
|
||||
imagePullPolicy = "IfNotPresent";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue