phase 2-3
This commit is contained in:
+5
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user