fix: pass OIDC_OFFLINE_ACCESS through to the app container #21

Merged
jknapp merged 1 commits from fix/compose-offline-access-passthrough into main 2026-08-11 22:29:19 +00:00
1 Commits
Author SHA1 Message Date
shadowdaoandClaude Opus 5 1a44362202 fix: pass OIDC_OFFLINE_ACCESS through to the app container
The app service's environment block is an explicit allow-list, not
env_file — as the comment two lines above this change says, a var added
to .env but not listed here never reaches the container.

PR #20 added OIDC_OFFLINE_ACCESS to .env.example and documented it in the
README but missed this, so setting it in .env would have been silently
ignored and the refresh-token fix would not have taken effect. Caught
while deploying, before it could look like the IdP change had failed.

The external-db override merges its environment block rather than
replacing it, so it inherits this and needs no equivalent change.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-11 15:29:05 -07:00