mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
chore(deploy): add PROMETHEUS_URL to stats-bot config
Connect stats-bot to VictoriaMetrics for infrastructure monitoring commands (!system, !services, !traffic, !db, !growth) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
bd7f19718c
commit
c698318c91
1 changed files with 3 additions and 0 deletions
|
|
@ -739,6 +739,8 @@ services:
|
|||
depends_on:
|
||||
synapse:
|
||||
condition: service_healthy
|
||||
victoriametrics:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
PORT: 4012
|
||||
|
|
@ -749,6 +751,7 @@ services:
|
|||
UMAMI_API_URL: http://umami:3000
|
||||
UMAMI_USERNAME: ${UMAMI_USERNAME:-admin}
|
||||
UMAMI_PASSWORD: ${UMAMI_PASSWORD}
|
||||
PROMETHEUS_URL: http://victoriametrics:9090
|
||||
DATABASE_URL: postgresql://postgres:${POSTGRES_PASSWORD:-mana123}@postgres:5432/mana_auth
|
||||
volumes:
|
||||
- matrix_bots_data:/app/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue