AI Update: [User uploaded file copykar.zip (28.27 MB) via Web Uploade
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user