mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-17 02:25:12 -05:00
feat: wiki-js test
This commit is contained in:
parent
20b868575d
commit
a3fa679262
1 changed files with 5 additions and 4 deletions
|
@ -14,12 +14,13 @@ in {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.sops.secrets."${service.name}-pass".path;
|
environmentFile = config.sops.secrets."${service.name}-pass".path;
|
||||||
settings = {
|
settings = {
|
||||||
port = service.ports.port0;
|
# port = service.ports.port0;
|
||||||
bindIP = localhost;
|
# bindIP = localhost;
|
||||||
db = {
|
db = {
|
||||||
db = "wiki";
|
db = "wiki-js";
|
||||||
type = "postgres";
|
|
||||||
host = "/run/postgresql";
|
host = "/run/postgresql";
|
||||||
|
type = "postgres";
|
||||||
|
user = "wiki-js";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue