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