switch to mongodb-ce [deploy]
Some checks failed
/ check (push) Successful in 1m23s
/ deploy (push) Failing after 57s

This commit is contained in:
Jermeiah S 2025-06-29 18:52:02 -04:00
parent f5a817b5e8
commit b0a3b7577b
No known key found for this signature in database
3 changed files with 9 additions and 4 deletions

View file

@ -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
# }

View file

@ -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;