Use external DB/Redis in compose and preserve auth session across rebuilds

This commit is contained in:
Ruslan Bakiev
2026-02-19 17:01:00 +07:00
parent f6fd11b3c4
commit a25049989c
4 changed files with 37 additions and 44 deletions

View File

@@ -24,6 +24,7 @@ OPENAI_MODEL="gpt-4o-mini"
CF_AGENT_MODE="langgraph"
CF_WHISPER_MODEL="Xenova/whisper-small"
CF_WHISPER_LANGUAGE="ru"
CF_RUN_SEED_ON_START="0"
TELEGRAM_BOT_TOKEN=""
TELEGRAM_WEBHOOK_SECRET=""