| # 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` ๊ฒฝ์ ๋ชจ๋ธ์์ ๋์ํฉ๋๋ค. | |