mirror of
https://github.com/robcholz/vibebox.git
synced 2026-05-26 07:27:48 +02:00
11 lines
176 B
TOML
11 lines
176 B
TOML
[box]
|
|
cpu_count = 2
|
|
ram_mb = 2048
|
|
mounts = [
|
|
"~/.codex:/usr/local/codex:read-write",
|
|
"~/.claude:/usr/local/claude:read-write",
|
|
]
|
|
|
|
[supervisor]
|
|
auto_shutdown_ms = 20000
|