fix: update the timezone

This commit is contained in:
2026-07-14 22:22:51 +07:00
parent 1c9efe32a2
commit ece079e71f
22 changed files with 170 additions and 88 deletions
+1
View File
@@ -26,6 +26,7 @@ services:
PORT: "20128"
HOSTNAME: "0.0.0.0"
NODE_ENV: production
TZ: Asia/Ho_Chi_Minh
JWT_SECRET: ${JWT_SECRET:?Set JWT_SECRET in Dokploy environment variables}
INITIAL_PASSWORD: ${INITIAL_PASSWORD:?Set INITIAL_PASSWORD in Dokploy environment variables}
API_KEY_SECRET: ${API_KEY_SECRET:?Set API_KEY_SECRET in Dokploy environment variables}