CLASSIFIED: OPEN DOSSIER
Zhiliu Deployment
2026-02-09 Innora Engineering
# Zhiliu (智流) Deployment
Zhiliu is the heart of Innora's automation, connecting 336+ MCP tools.
## Deployment
We recommend using Docker Compose for a full Zhiliu stack:
```yaml
version: '3.8'
services:
zhiliu:
image: sginnora/zhiliu:latest
ports:
- "8080:8080"
environment:
- REDIS_URL=redis://redis:6379
```
## Setup
After deployment, access the dashboard at `http://localhost:8080` to configure your first workflow.