Files
obsidian/Инфраструктура/Сервисы/cosmo-studio.md

37 lines
1015 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Cosmo Studio
## Назначение
Web-интерфейс для OpenClaw AI-ассистента (Cosmo). Bridge-сервис соединяется с OpenClaw instance, frontend предоставляет UI для взаимодействия.
## Контейнеры
| Имя | Образ |
|-----|-------|
| cosmo-studio-bridge-1 | local build (Dockerfile) |
| cosmo-studio-frontend-1 | local build (Dockerfile.frontend) |
## Порты
| Контейнер | Внутренний | Назначение |
|-----------|-----------|------------|
| bridge | 3401-3402 | WebSocket bridge |
| frontend | 80 | Web UI |
## Volumes
Нет persistent volumes (конфиг через env).
## Домен
Через NPM (не указан явно).
## Сети
- `services_proxy` (external)
- `internal` (bridge между bridge и frontend)
## Env переменные
- `OPENCLAW_URL` (ws://192.168.31.103:18789)
- `OPENCLAW_TOKEN`
- `SSH_KEY_PATH`
## Статус
**Запущен** (Up 3 days)