加快登记预览并结构化补项

This commit is contained in:
Codex
2026-06-17 20:47:29 +08:00
parent cc81f82139
commit 77b36a8dd8
5 changed files with 388 additions and 23 deletions
+2 -1
View File
@@ -19,7 +19,8 @@ services:
OPERATION_LOGS_PATH: ${OPERATION_LOGS_PATH:-/data/operation_logs.jsonl}
CODEX_CONFIG_PATH: ${CODEX_CONFIG_PATH:-/run/codex/config.toml}
CODEX_AUTH_PATH: ${CODEX_AUTH_PATH:-/run/codex/auth.json}
AI_REGISTER_TIMEOUT_SECONDS: ${AI_REGISTER_TIMEOUT_SECONDS:-90}
AI_REGISTER_TIMEOUT_SECONDS: ${AI_REGISTER_TIMEOUT_SECONDS:-8}
AI_REGISTER_MODEL: ${AI_REGISTER_MODEL:-}
INGEST_AUTH_TOKEN: ${INGEST_AUTH_TOKEN:-}
ports:
- "${APP_PORT:-18080}:8000"