Add CA admin UI and extend admin API for the unified platform.
Deliver parsers, events, analytics, and PI management in Vue; fix Telegram session mount and map navigation to events by eventId. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+2
-2
@@ -52,8 +52,8 @@ services:
|
||||
REDIS_URL: redis://redis:6379/0
|
||||
INTERNAL_TOKEN: dev-internal-token
|
||||
volumes:
|
||||
# Mount original session from SocialParser (preserved, read-only)
|
||||
- ../SocialParser/data/telegram.session:/data/telegram.session:ro
|
||||
# Mount SocialParser data dir (session + SQLite journal); same file as on host
|
||||
- ../SocialParser/data:/data
|
||||
depends_on:
|
||||
- redis
|
||||
- ca-api
|
||||
|
||||
Reference in New Issue
Block a user