diff --git a/docs/index.html b/docs/index.html
index b4450b7..72c815d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -9,7 +9,8 @@
MPR - Media Processor
- A web-based media transcoding tool with professional architecture.
+ Media transcoding platform with dual execution modes: local (Celery
+ + MinIO) and cloud (AWS Step Functions + Lambda + S3).
@@ -20,19 +21,40 @@
System Overview
+
+ Local Architecture (Development)
+
+ AWS Architecture (Production)
+
+
@@ -47,19 +69,24 @@
- Application Layer (Django, FastAPI, UI)
+ Application Layer (Django Admin, FastAPI + GraphQL, Timeline
+ UI)
- Worker Layer (Celery, Lambda)
+ Worker Layer (Celery local mode)
+
+
+
+ AWS (Step Functions, Lambda - cloud mode)
- Data Layer (PostgreSQL, Redis, SQS)
+ Data Layer (PostgreSQL, Redis)
- Storage (Local FS, S3)
+ S3 Storage (MinIO local / AWS S3 cloud)