AI Update: [User uploaded file copykar.zip (28.27 MB) via Web Uploade

This commit is contained in:
mamad
2026-08-29 23:42:50 +03:30
parent f25e166a97
commit 930ef3a939
8 changed files with 80 additions and 22 deletions
+10
View File
@@ -62,3 +62,13 @@ The bot interface is strictly organized into 5 category hubs:
### 3.6 Self-Contained Project Memory
- Always record, update, and maintain all rules, architecture notes, domain standards, and operational memories about this project inside its own folder (`AGENTS.md` and `GEMINI.md`).
- This ensures any developer or collaborator receiving this repository has immediate, self-contained access to the project's memory and guidelines.
### 3.7 Persistent Data Storage Layout (`./data/`)
All service persistent data volumes are centralized within the project's `./data/` directory (git-ignored):
- `data/postgres/`: PostgreSQL database files. Uses `monitoring/postgres/libfakestat_musl.so` for Docker Desktop virtiofs permission compatibility.
- `data/redis/`: Redis RDB persistence and cache data.
- `data/app/`: Downloaded Telegram media and cached files.
- `data/sessions/`: Telethon SQLite session files for userbot and bot accounts.
- `data/prometheus/`: Prometheus metric time-series database.
- `data/grafana/`: Grafana dashboards and SQLite database.
- `data/pgadmin/`: pgAdmin configuration and query history.