Use NixNG to build Bazarr
This commit is contained in:
parent
95ce6f2c7a
commit
d581b6228b
5 changed files with 15 additions and 5 deletions
|
@ -383,7 +383,7 @@
|
|||
|
||||
spec = {
|
||||
containers.bazarr = {
|
||||
image = globals.images.bazarr;
|
||||
image = utils.mkNixNGImage "bazarr";
|
||||
ports.web.containerPort = 6767;
|
||||
imagePullPolicy = "IfNotPresent";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue