komodo-stacks/stacks/node-exporter/stack.toml
nocci 606a3ed72c feat: Add stack.toml in each stack directory
Each stack now has a stack.toml that defines the stack for Resource Sync:

[[stacks]]
name = "..."
description = "..."
compose_path = "compose.yml"

This tells Komodo what each stack is when using Resource Sync.
2026-03-09 20:05:50 +00:00

4 lines
95 B
TOML

[[stacks]]
name = "node-exporter"
description = "System-Metriken"
compose_path = "compose.yml"