# Qwen3 Docker OpenWebUI + Ollama + Router Stack 이 stack은 기존 Open WebUI 컨테이너를 건드리지 않고 새로 띄웁니다. 주소: ```text Open WebUI: http://127.0.0.1:3001 Ollama API: http://127.0.0.1:11435 Router API: http://127.0.0.1:8011/v1 ``` 구성: ```text open-webui -> ollama:11434 open-webui -> router-api:8011/v1 router-api -> ollama:11434 ``` Open WebUI 안에서는 두 가지가 보일 수 있습니다. ```text Ollama static model: qwen3-8b-korean-coding-router:latest OpenAI-compatible router model: qwen3-8b-korean-coding-router ``` full router/post-check/longform 기능은 `router-api` 경유 모델에서 동작합니다.