update postgres volume path in docker-compose.yml#1
Merged
Conversation
e339c09 to
e522299
Compare
e522299 to
6fa1e2a
Compare
VDV001
added a commit
that referenced
this pull request
May 8, 2026
Minor bump captures a substantial scope-of-work landed via four PRs: #6 P0 — Postgres backups outside blast radius (cron-friendly service in compose with profile gate, age encryption, S3 upload, 7+4+3 retention, full restore script with out-of-band typing confirmation, weekly CI restore-test workflow with optional Telegram failure alert, full operations runbook). P2 — README MinIO drift fixed (moved to roadmap section). #7 P1 — JWT scopes and route-level RBAC. New Scope value object (chat/vocab/settings/progress read+write, account:delete, admin:full). JWT now carries scope[] + aud="lexis-api". Every protected endpoint declared its required scope via RequireScope middleware; admin:full deliberately does NOT bypass other scopes. Legacy tokens (no scope claim) granted DefaultUserScopes() with a logged warning during a 30-day migration window — hard cutoff tracked in #9. #1 Postgres volume mount path corrected for the postgres:18-alpine upstream change (PGDATA moved to /var/lib/postgresql/MAJOR/docker in docker-library/postgres#1259). #2 Tutor SSE streaming now emits only the assistant reply text in delta events; partial JSON parser added in stream_helpers with tests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docker-library/postgres#1259