split docker-compose into core and observability stacks; add ntfy, alertmanager, blackbox exporter, and otel-collector services; configure prometheus alerting pipeline

This commit is contained in:
2026-07-15 18:21:50 +00:00
parent 17c1d39cc2
commit e13bfe4502
12 changed files with 267 additions and 70 deletions
+7
View File
@@ -2,6 +2,9 @@
servers {
metrics
}
metrics {
per_host
}
admin :2019
}
@@ -19,4 +22,8 @@ gitea.qpismont.fr {
woodpecker.qpismont.fr {
reverse_proxy woodpecker_server:8000
}
ntfy.qpismont.fr {
reverse_proxy ntfy:80
}