opencode config
Find a file
2026-07-23 17:39:03 +00:00
app_data chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
.editorconfig chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
.gitignore chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
.python-version chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
LICENSE chore: initial repo skeleton 2026-07-23 17:39:03 +00:00
README.md chore: initial repo skeleton 2026-07-23 17:39:03 +00:00

opencode-config

Docker-based AI coding assistant with persistent memory — opencode configuration.

Quick start

git clone https://github.com/slaid098/opencode-config.git
cd opencode-config
mkdir -p app_data/{workspaces,ssh}
cp .env.example .env  # fill in your keys
docker compose up -d

Access at http://localhost:4096.

Structure

  • .opencode/ — global opencode config (agents, skills, tools, scripts)
  • app_data/workspaces/ — agent working directory
  • app_data/ssh/ — SSH keys (not in git)
  • app_data/opencode-memory/ — persistent memory (separate git repo)
  • src/ — Python RAG CLI (second-brain)