Build Sonarr image with NixNG
This commit is contained in:
parent
e1ebabe09b
commit
95ce6f2c7a
5 changed files with 15 additions and 5 deletions
|
@ -325,7 +325,7 @@
|
|||
|
||||
spec = {
|
||||
containers.sonarr = {
|
||||
image = globals.images.sonarr;
|
||||
image = utils.mkNixNGImage "sonarr";
|
||||
ports.web.containerPort = 8989;
|
||||
imagePullPolicy = "IfNotPresent";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue