Skip to content

Conversation

@shashankanil
Copy link

Adds Docker deployment support for OpenUI with two modes: Full mode (everything containerized) and Hybrid mode (UI in container, agents on host).

Changes
Dockerfile
Multi-stage build with Alpine (builder) and Debian (production)
Uses oven/bun:1.3-debian for glibc compatibility with bun-pty
Pre-installs AI tools:
Claude Code (@anthropic-ai/claude-code)
OpenCode (opencode-ai)
Ralph (autonomous loop from frankbria/ralph-claude-code)
Node.js 22 via NodeSource for npm package support
Health check endpoint at /api/config
docker-compose.full.yml
Complete containerized deployment
Mounts project directories and git credentials
Resource limits (4 CPU, 4GB RAM)
Persistent volumes for state and plugin data
docker-compose.hybrid.yml
UI in container with host networking (Linux only)
Mounts host-installed AI tools
Docker socket access for host process spawning
Designed for environments where agents should run natively
Usage
bash

Full mode (recommended)

docker compose -f docker-compose.full.yml up -d

Hybrid mode (Linux only)

ANTHROPIC_API_KEY=your-key docker compose -f docker-compose.hybrid.yml up -d
Access at: http://localhost:6968

Notes
Hybrid mode uses network_mode: host which only works on Linux, not macOS/Windows Docker Desktop
ANTHROPIC_API_KEY environment variable required for Claude Code functionality

…ybrid mode to mount host tools, and standardize container working directories.
@changeset-bot
Copy link

changeset-bot bot commented Jan 24, 2026

⚠️ No Changeset found

Latest commit: 7bc913d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@shashankanil shashankanil changed the title Add Docker support with pre-installed AI agent tools Add Docker support with pre-installed apps Jan 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant