mirror of
https://github.com/robcholz/vibebox.git
synced 2026-04-04 00:32:01 +02:00
12 lines
171 B
TOML
12 lines
171 B
TOML
[box]
|
|
cpu_count = 2
|
|
ram_mb = 2048
|
|
disk_gb = 5
|
|
mounts = [
|
|
"~/.codex:~/.codex:read-write",
|
|
"~/.claude:~/.claude:read-write",
|
|
]
|
|
|
|
[supervisor]
|
|
auto_shutdown_ms = 2000
|