# Docker Compose Environment Variables for Production # Copy this file to .env and adjust values # IMPORTANT: Keep this file secure and never commit .env to git! # Admin Session Secret (REQUIRED: Generate new secret!) # Generate with: openssl rand -base64 32 ADMIN_SESSION_SECRET=CHANGE-ME-IN-PRODUCTION # Telegram Bot Configuration (optional) # Set to true to enable Telegram notifications in production TELEGRAM_ENABLED=false # Bot-Token from @BotFather (production bot) # Example: 123456789:ABCdefGHIjklMNOpqrsTUVwxyz1234567890 TELEGRAM_BOT_TOKEN=your-production-bot-token-here # Chat-ID of the production Telegram group (negative for groups!) # Get via: https://api.telegram.org/bot/getUpdates # Example: -1001234567890 TELEGRAM_CHAT_ID=your-production-chat-id-here