008 add telegram alerts
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
signoz:
|
||||
image: signoz/signoz:0.82.0
|
||||
container_name: signoz
|
||||
environment:
|
||||
G2S_ALERTS__TELEGRAM_BOT_TOKEN: ${G2S_ALERTS__TELEGRAM_BOT_TOKEN:-}
|
||||
G2S_ALERTS__TELEGRAM_CHAT_ID: ${G2S_ALERTS__TELEGRAM_CHAT_ID:-}
|
||||
SIGNOZ_ALERTS_CONTACT_POINT_FILE: /etc/signoz/alerts/signoz_contact_point_telegram.yaml
|
||||
SIGNOZ_ALERTS_RULES_FILE: /etc/signoz/alerts/signoz_alert_rules.yaml
|
||||
ports:
|
||||
- "3301:3301"
|
||||
volumes:
|
||||
- ./infra/alerts:/etc/signoz/alerts:ro
|
||||
Reference in New Issue
Block a user