012 remove signoz
This commit is contained in:
@@ -6,7 +6,6 @@ services:
|
||||
- "8000:8000"
|
||||
depends_on:
|
||||
- redis
|
||||
- signoz
|
||||
volumes:
|
||||
- ./config.yaml:/config.yaml
|
||||
redis:
|
||||
@@ -15,21 +14,3 @@ services:
|
||||
command: ["redis-server", "--save", "", "--appendonly", "no"]
|
||||
ports:
|
||||
- "6379:6379"
|
||||
signoz:
|
||||
image: signoz/signoz:latest
|
||||
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:
|
||||
- "8080:8080"
|
||||
- "3301:3301"
|
||||
- "4317:4317"
|
||||
volumes:
|
||||
- signoz_data:/var/lib/signoz
|
||||
- ./infra/alerts:/etc/signoz/alerts:ro
|
||||
|
||||
volumes:
|
||||
signoz_data:
|
||||
|
||||
Reference in New Issue
Block a user