hivemq setup

This commit is contained in:
Lars Nolden
2026-06-26 18:36:44 +02:00
parent c526cf671f
commit 4f9c6086bd
9 changed files with 356 additions and 7 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ in
};
ingester = {
command = "${pkgs.go}/bin/go run ./ingester";
command = "${pkgs.go}/bin/go run ./ingester/cmd/gebos-ingester";
environment = ingesterEnv;
depends_on = {
"db".condition = "process_healthy";