## Changes
### Docker Compose Configuration
- Add WECHAT_APP_ID environment variable to server service
- Add WECHAT_APP_SECRET environment variable to server service
- Add WECHAT_REDIRECT_URI environment variable to server service
## Purpose
Enable WeChat Open Platform QR code login functionality by passing
WeChat credentials from .env file to the server container.
## Testing
- All containers started successfully
- Server loaded configuration correctly
- WeChat login endpoints are now available
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>