Improve timestamp handling and event navigation
This commit is contained in:
@@ -10,6 +10,8 @@ MONLET_AUTH_TOKEN=$(openssl rand -hex 16) docker compose up --build
|
||||
```
|
||||
|
||||
Brings up: PostgreSQL 16, Monlet server (with Alembic upgrade on start), Web UI.
|
||||
Web timestamps use `MONLET_WEB_TIME_ZONE` (`UTC` by default); notification text/annotations use `MONLET_NOTIFICATION_TIME_ZONE` (`UTC` by default).
|
||||
PostgreSQL and server containers run with `TZ=UTC`; local presentation timezones are configured separately.
|
||||
|
||||
- Server: http://127.0.0.1:8000 (`/api/v1/health`, `/api/v1/ready`, `/metrics`)
|
||||
- Web UI: http://127.0.0.1:3000
|
||||
|
||||
Reference in New Issue
Block a user