mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
moved postgres secrets to storage_secrets
This commit is contained in:
@@ -23,7 +23,7 @@ in
|
||||
POSTGRES_DB = "archive";
|
||||
POSTGRES_INITDB_ARGS = "--auth-host=scram-sha-256";
|
||||
};
|
||||
environmentFiles = [/root/secrets/docker/postgres];
|
||||
environmentFiles = [ "${vars.storage_secrets}/docker/postgres" ];
|
||||
autoStart = true;
|
||||
user = "postgres:postgres";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user