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. |
||
|---|---|---|
| .. | ||
| compose.yml | ||
| README.md | ||
| stack.toml | ||
Grafana
📊 Dashboards & Visualisierung
Deploy in Komodo
Pfad: stacks/grafana/
Secrets
GF_SECURITY_ADMIN_USER- Admin UsernameGF_SECURITY_ADMIN_PASSWORD- Admin Password
Ports
3000- Web UI
Caddy
grafana.example.com {
reverse_proxy localhost:3000
}