Add omo (oh-my-opencode) service

Docker deployment of oh-my-opencode connected to Bifrost LLM gateway
via the adolf_default network. Configured with local Ollama models
(qwen3:8b default) — no cloud provider dependencies.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Alvis
2026-03-17 03:06:18 +00:00
parent e04f9059ae
commit b7c503499a
3 changed files with 57 additions and 0 deletions

17
omo/docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
omo:
build: .
container_name: omo
volumes:
- /home/alvis:/workspace
- ./opencode.json:/root/.config/opencode/opencode.json:ro
entrypoint: ["sleep", "infinity"]
stdin_open: true
tty: true
networks:
- adolf_default
restart: unless-stopped
networks:
adolf_default:
external: true