moved postgres secrets to storage_secrets

This commit is contained in:
2024-11-22 20:25:42 -05:00
parent 539dc78bcc
commit 52ff8beb28

View File

@@ -23,7 +23,7 @@ in
POSTGRES_DB = "archive"; POSTGRES_DB = "archive";
POSTGRES_INITDB_ARGS = "--auth-host=scram-sha-256"; POSTGRES_INITDB_ARGS = "--auth-host=scram-sha-256";
}; };
environmentFiles = [/root/secrets/docker/postgres]; environmentFiles = [ "${vars.storage_secrets}/docker/postgres" ];
autoStart = true; autoStart = true;
user = "postgres:postgres"; user = "postgres:postgres";
}; };