Make secrets names match
This commit is contained in:
parent
bc7941b2e0
commit
f6ceeac11c
|
@ -357,11 +357,11 @@ in {
|
||||||
};
|
};
|
||||||
pictrsCfg = {
|
pictrsCfg = {
|
||||||
image = cfg.docker-images.pictrs;
|
image = cfg.docker-images.pictrs;
|
||||||
envFile = hostSecrets.lemmy-pictrs-env-file.target-file;
|
envFile = hostSecrets.lemmyPictrsEnv.target-file;
|
||||||
};
|
};
|
||||||
postgresCfg = {
|
postgresCfg = {
|
||||||
image = cfg.docker-images.postgres;
|
image = cfg.docker-images.postgres;
|
||||||
envFiles = hostSecrets.lemmy-postgres-env-file.target-file;
|
envFiles = hostSecrets.lemmyPostgresEnv.target-file;
|
||||||
configFile = postgresCfgFile;
|
configFile = postgresCfgFile;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue