Bake in thread directives

This commit is contained in:
Codex
2026-05-21 13:05:53 +00:00
parent 1a74c02173
commit d00cdd8e9f
17 changed files with 518 additions and 61 deletions

View File

@@ -1,9 +1,13 @@
TELEGRAM_BOT_TOKEN=
# Use absolute host paths. The socket is mounted at the same path in the container.
HOST_CODEX_SOCKET=/absolute/path/to/codex-telegram-bot/run/codex.sock
HOST_CODEX_RUN_DIR=/absolute/path/to/codex-telegram-bot/run
HOST_UPLOAD_DIR=/absolute/path/to/codex-telegram-bot/uploads
HOST_CODEX_SOCKET=
HOST_CODEX_RUN_DIR=
HOST_UPLOAD_DIR=
# Codex home must be mounted at the same absolute path inside the container so rollout paths remain valid.
HOST_CODEX_HOME=
CODEX_STATE_DB=
# Host-side SQLite directory mounted to /data in the container.
DB_DIR=./data