switch to mongodb-ce [deploy]
This commit is contained in:
parent
f5a817b5e8
commit
b0a3b7577b
3 changed files with 9 additions and 4 deletions
|
|
@ -22,6 +22,11 @@ in
|
|||
}
|
||||
tofu.skdevstudios.com {
|
||||
reverse_proxy tofu.incus:9000
|
||||
}
|
||||
|
||||
graylog.skdevstudios.com {
|
||||
reverse_proxy graylog-tofu.incus:9000
|
||||
}
|
||||
# :8096 {
|
||||
# reverse_proxy 10.173.91.220:8096
|
||||
# }
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ in
|
|||
builtins.elem (lib.getName pkg) [
|
||||
"graylog_6.0"
|
||||
"mongodb-6_0"
|
||||
"mongodb"
|
||||
"mongodb-ce"
|
||||
];
|
||||
|
||||
sops.secrets.graylog = {
|
||||
|
|
@ -33,7 +33,7 @@ in
|
|||
graylog = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
http_external_uri = https://graylog.example.com/
|
||||
http_external_uri = https://graylog.skdevstudios.com/
|
||||
'';
|
||||
elasticsearchHosts = [ "http://127.0.0.1:9200" ];
|
||||
package = pkgs.graylog-6_0;
|
||||
|
|
@ -42,7 +42,7 @@ in
|
|||
};
|
||||
mongodb = {
|
||||
enable = true;
|
||||
package = pkgs.mongodb-6_0;
|
||||
package = pkgs.mongodb-ce;
|
||||
};
|
||||
opensearch = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue