fix(deploy): set compose timezone

This commit is contained in:
2026-05-05 20:30:26 +08:00
parent 7f9ac0957c
commit 7697ddb1f5
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -4,6 +4,9 @@
# Public web port exposed by the web service.
CHECKIN_WEB_PORT=3090
# Container timezone. Asia/Shanghai is UTC+8.
TZ=Asia/Shanghai
# ==================== Backend runtime paths ====================
# Container-local defaults for the Compose deployment.
DATABASE_URL=sqlite:////app/data/checkin.db