Update docker-compose to include voice_users volume, modify Grafana dashboard expressions for active and total users, and adjust message sender status check interval to every 4 hours.

This commit is contained in:
2025-09-03 22:08:07 +03:00
parent ec62183e2a
commit 18d6f3d441
3 changed files with 8 additions and 7 deletions

View File

@@ -115,6 +115,7 @@ services:
volumes:
- ./bots/telegram-helper-bot/database:/app/database:rw
- ./bots/telegram-helper-bot/logs:/app/logs:rw
- ./bots/telegram-helper-bot/voice_users:/app/voice_users:rw
- ./bots/telegram-helper-bot/.env:/app/.env:ro
networks:
- bots_network