fix: share host ssh with codex queue

Mount the host root SSH directory into codex-queue read-only and include SSH key readiness in dev-ready health checks and docs.
This commit is contained in:
Codex
2026-05-08 04:34:03 +00:00
parent 41fdaba973
commit a278de032d
4 changed files with 15 additions and 3 deletions
+1
View File
@@ -126,6 +126,7 @@ services:
- .:/root/unidesk
- .:/workspace
- /root/.codex/config.toml:/root/.codex/config.toml:ro
- ${UNIDESK_HOST_ROOT_SSH_DIR:-/root/.ssh}:/root/.ssh:ro
- ${UNIDESK_LOG_DIR}:/var/log/unidesk
- ./.state/codex-queue:/var/lib/unidesk/codex-queue
extra_hosts: