# === Postgres === DATABASE_URL=postgres://USER:PASS@192.168.0.210:5432/whatsapp_bot_dev # === App data paths (inside containers) === DATA_DIR=/data SESSIONS_DIR=/data/sessions MEDIA_DIR=/data/media # === Bot service === BOT_HEALTH_PORT=8081 BOT_LOG_LEVEL=info # === Seed (used by scripts/db.sh seed) === SEED_OPERATOR_TELEGRAM_ID= SEED_OPERATOR_NAME=Operator # === Web === # Port the Next.js container exposes on the host. Production deployment # (rexwa.04080616.xyz) uses 8100; dev/staging (test.04080616.xyz) uses 9000. WEB_PORT=9000 AUTH_SECRET=