docs: add TZ environment variable to Helm and Docker docs

Document the TZ config option in both docker-deployment.md and
helm-reference.md. Default is America/Los_Angeles. Frontend uses
the browser's local timezone for display.
This commit is contained in:
Celes Renata
2026-04-29 17:50:59 +00:00
parent f159b20c87
commit 48eca672a9
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -376,6 +376,7 @@ All keys under `config` are rendered into a Kubernetes ConfigMap named `stonks-c
| `config.LOG_LEVEL` | string | `INFO` | Python logging level. Options: `DEBUG`, `INFO`, `WARNING`, `ERROR`. |
| `config.JSON_LOGS` | string | `true` | Emit structured JSON logs when `true`. |
| `config.DEPLOY_STAGE` | string | `""` (empty) | Deployment stage identifier. Used to isolate Redis keys and MinIO buckets per stage (e.g., `beta`, `paper`). |
| `config.TZ` | string | `America/Los_Angeles` | Container timezone. Affects log timestamps and any time-aware formatting. The frontend uses the browser's local timezone for display. |
### Alerting