All checks were successful
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 9m22s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 8m53s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 2m34s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 2m10s
Added a Prometheus scrape job for Keycloak metrics. Updated Alertmanager to use Mailpit for local testing. Completed documentation consolidation and marked cleanup-related tasks as done in the master roadmap.
20 lines
435 B
YAML
20 lines
435 B
YAML
global:
|
|
resolve_timeout: 5m
|
|
# Wir nutzen Mailpit für lokale Tests
|
|
smtp_smarthost: 'mailpit:1025'
|
|
smtp_from: 'alertmanager@meldestelle.local'
|
|
smtp_require_tls: false
|
|
|
|
route:
|
|
group_by: ['alertname']
|
|
group_wait: 10s
|
|
group_interval: 10s
|
|
repeat_interval: 1h
|
|
receiver: 'email-notifications'
|
|
|
|
receivers:
|
|
- name: 'email-notifications'
|
|
email_configs:
|
|
- to: 'admin@meldestelle.local'
|
|
send_resolved: true
|