Files
company-celebration/docker-compose.yml
let5sne f2161c68da feat: add WeChat environment variables to docker-compose
## 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>
2026-02-03 14:48:04 +08:00

2.0 KiB