- Change GMAIL_USER/GMAIL_PASS to GOOGLE_EMAIL/GOOGLE_APP_PASSWORD
- Reference actual variables that exist in .env file
- Use SMTP_HOST, SMTP_PORT, SMTP_SECURE from .env
- Use RECIPIENT_EMAIL=eliza@deafgain.org from .env
- Create log directory in Dockerfile
- Add proper logging configuration to default.conf
- Mount logs directory in docker-compose.yml for persistence
- Fixes 502 error caused by missing log directory
- Complete Docker containerization for development and production
- Add newsletter subscription API with rate limiting
- Update governance documents with video content
- Enhance email functionality and configurations
- Update memory bank documentation
- Added Dockerfile.dev for local development
- Configured volume mounts for hot reloading
- Set up Vite dev server with proper host binding
Production environment:
- Streamlined multi-stage build process
- Removed Nginx in favor of future Caddy setup
- Optimized container size and build steps