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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user