chore(docker): 为前端服务添加时区配置

统一 Asia/Shanghai 时区:
- admin-web
- mobile-upgrade

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-23 18:35:45 -08:00
parent df0a041faa
commit 75606687eb
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ services:
ports: ports:
- "${PORT:-3000}:3000" - "${PORT:-3000}:3000"
environment: environment:
- TZ=Asia/Shanghai
- NODE_ENV=production - NODE_ENV=production
- NEXT_TELEMETRY_DISABLED=1 - NEXT_TELEMETRY_DISABLED=1
healthcheck: healthcheck:

View File

@ -9,6 +9,7 @@ services:
ports: ports:
- "${PORT:-3020}:3020" - "${PORT:-3020}:3020"
environment: environment:
- TZ=Asia/Shanghai
- NODE_ENV=production - NODE_ENV=production
- NEXT_TELEMETRY_DISABLED=1 - NEXT_TELEMETRY_DISABLED=1
healthcheck: healthcheck: