@@ -43,15 +43,15 @@ graph TB
4343 ProxyPod -->|Marketplace| MarketplaceAPI[🛒 Marketplace API<br/>External]
4444
4545 %% Backend Pods
46- APIService --> APIPod[📦 API Pod<br/>langgenius/dify-api:1.10.0 <br/>Port: 5001]
47- WebService --> WebPod[📦 Web Pod<br/>langgenius/dify-web:1.10.0 <br/>Port: 3000]
46+ APIService --> APIPod[📦 API Pod<br/>langgenius/dify-api:1.10.1 <br/>Port: 5001]
47+ WebService --> WebPod[📦 Web Pod<br/>langgenius/dify-web:1.10.1 <br/>Port: 3000]
4848 PluginService --> PluginPod[📦 Plugin Daemon Pod<br/>langgenius/dify-plugin-daemon:0.4.1-local<br/>Ports: 5002, 5003]
4949
5050 %% Worker Pod (Background Processing)
51- WorkerPod[📦 Worker Pod<br/>langgenius/dify-api:1.10.0 ]
51+ WorkerPod[📦 Worker Pod<br/>langgenius/dify-api:1.10.1 ]
5252
5353 %% Beat Pod (Periodic task scheduler)
54- BeatPod[📦 Beat Pod<br/>langgenius/dify-api:1.10.0 ]
54+ BeatPod[📦 Beat Pod<br/>langgenius/dify-api:1.10.1 ]
5555
5656 %% Sandbox Service
5757 SandboxService[🏖️ Sandbox Service<br/>Port: 8194] --> SandboxPod[📦 Sandbox Pod<br/>langgenius/dify-sandbox:0.2.12<br/>Port: 8194]
@@ -163,10 +163,10 @@ The Nginx proxy handles traffic routing with the following rules:
163163
164164| Component | Image | Port | Role |
165165| -----------| -------| ------| ------|
166- | ** API** | ` langgenius/dify-api:1.10.0 ` | 5001 | RESTful API server, business logic processing |
167- | ** Web** | ` langgenius/dify-web:1.10.0 ` | 3000 | Web UI frontend |
168- | ** Worker** | ` langgenius/dify-api:1.10.0 ` | - | Background task processing (Celery) |
169- | ** Beat** | ` langgenius/dify-api:1.10.0 ` | - | Periodic task scheduler (Celery Beat) |
166+ | ** API** | ` langgenius/dify-api:1.10.1 ` | 5001 | RESTful API server, business logic processing |
167+ | ** Web** | ` langgenius/dify-web:1.10.1 ` | 3000 | Web UI frontend |
168+ | ** Worker** | ` langgenius/dify-api:1.10.1 ` | - | Background task processing (Celery) |
169+ | ** Beat** | ` langgenius/dify-api:1.10.1 ` | - | Periodic task scheduler (Celery Beat) |
170170| ** Sandbox** | ` langgenius/dify-sandbox:0.2.12 ` | 8194 | Secure code execution environment |
171171| ** Plugin Daemon** | ` langgenius/dify-plugin-daemon:0.4.1-local ` | 5002, 5003 | Plugin management and execution |
172172| ** SSRF Proxy** | ` ubuntu/squid:latest ` | 3128 | External request security proxy |
0 commit comments