phase 2-3

This commit is contained in:
2026-05-09 22:59:43 -05:00
parent b4ac3b9968
commit fe3b555202
11 changed files with 1075 additions and 3 deletions
+5 -1
View File
@@ -8,7 +8,11 @@ services:
- .env
volumes:
- ./data:/app/data
- /var/run/docker.sock:/var/run/docker.sock:ro
# Read-write socket needed for docker_start/stop/restart_container.
# Drop the trailing `:rw` (default) and add `:ro` if you only want list/logs/stats.
- /var/run/docker.sock:/var/run/docker.sock
# Phase 3: mount CODEX DB for the codex-mrp plugin (uncomment if running CODEX locally)
# - /mnt/user/appdata/codex/db.sqlite:/app/codex/db.sqlite
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://localhost:8811/health || exit 1"]