add mattermost listening address #214

Merged
ahuston-0 merged 1 commits from feature/mattermost-2 into main 2026-04-18 15:08:39 -04:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 38809d7c3c - Show all commits

View File

@@ -15,5 +15,6 @@ in
driver = "postgres";
};
dataDir = "${vars.primary_mattermost}/mattermost";
host = "0.0.0.0";
};
}

View File

@@ -31,6 +31,7 @@
"ZFS-primary/docker".useTemplate = [ "production" ];
"ZFS-primary/hydra".useTemplate = [ "nix-prod" ];
"ZFS-primary/nextcloud".useTemplate = [ "production" ];
"ZFS-primary/mattermost".useTemplate = [ "production" ];
# all docker containers should have a bind mount if they expect lasting zfs snapshots
"ZFS-primary/vardocker".useTemplate = [ "nix-prod" ];
"ZFS-primary/minio".useTemplate = [ "nix-prod" ];