postgres: init grafana
This commit is contained in:
parent
45359315e5
commit
54dee8bf04
1 changed files with 5 additions and 0 deletions
|
@ -36,11 +36,16 @@
|
|||
name = "miniflux";
|
||||
ensurePermissions."DATABASE miniflux" = "ALL PRIVILEGES";
|
||||
}
|
||||
{
|
||||
name = "grafana";
|
||||
ensurePermissions."DATABASE grafana" = "ALL PRIVILEGES";
|
||||
}
|
||||
];
|
||||
ensureDatabases = [
|
||||
"forgejo"
|
||||
"hedgedoc"
|
||||
"miniflux"
|
||||
"grafana"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue