Build tooling around nix-snapshotter
This commit is contained in:
parent
e9899c0d0f
commit
04439a9ee5
6 changed files with 39 additions and 43 deletions
|
@ -100,7 +100,7 @@
|
|||
volumes.data.persistentVolumeClaim.claimName = "redisdata";
|
||||
|
||||
containers.redis = {
|
||||
image = myLib.globals.images.paperlessRedis;
|
||||
image = myLib.globals.images.redis7;
|
||||
ports.redis.containerPort = 6379;
|
||||
imagePullPolicy = "IfNotPresent";
|
||||
|
||||
|
@ -141,7 +141,7 @@
|
|||
|
||||
spec = {
|
||||
containers.postgres = {
|
||||
image = myLib.globals.images.paperlessPostgres;
|
||||
image = myLib.globals.images.postgres15;
|
||||
ports.postgres.containerPort = 5432;
|
||||
imagePullPolicy = "IfNotPresent";
|
||||
|
||||
|
|
Reference in a new issue