fix: Simplify stack.toml format to basic metadata only

This commit is contained in:
nocci 2026-03-09 16:34:45 +00:00
parent 8cc2076a50
commit 23d823b79e
5 changed files with 5 additions and 121 deletions

View file

@ -1,29 +1,5 @@
[stack]
name = "Prometheus"
description = "Prometheus Monitoring & Alerting System"
version = "1.0.0"
category = "monitoring"
[compose]
file = "compose.yml"
[variables]
# Keine Secrets erforderlich für Basis-Installation
[ports]
internal = 9090
external = "127.0.0.1:9090"
description = "Prometheus Web UI"
[volumes]
prometheus_data = "/prometheus"
prometheus_config = "/etc/prometheus"
[networks]
monitoring = "bridge"
[healthcheck]
endpoint = "http://localhost:9090/-/healthy"
interval = "30s"
timeout = "10s"
retries = 3
compose_file = "compose.yml"