signald: use postgres as the db
This commit is contained in:
parent
b6635d58af
commit
53894db06b
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
let
|
||||
custom-config = import ./config.nix;
|
||||
secret = import ../../secret/container/matrix;
|
||||
custom-config = import ./config.nix { inherit secret; };
|
||||
in
|
||||
{
|
||||
virtualisation.arion.projects.matrix.settings = {
|
||||
|
@ -27,6 +28,9 @@ in
|
|||
volumes = [
|
||||
"/etc/container-matrix/signald:/signald"
|
||||
];
|
||||
environment = {
|
||||
SIGNALD_DATABASE = secret.container.matrix.signald.environment.database;
|
||||
};
|
||||
labels = {
|
||||
"com.centurylinklabs.watchtower.enable" = "true";
|
||||
};
|
||||
|
|
BIN
secret/container/matrix/default.nix
Normal file
BIN
secret/container/matrix/default.nix
Normal file
Binary file not shown.
Loading…
Reference in a new issue