fix(oauth): add OAUTH_SEAL_SECRET to prod docker-compose
Required for sealing session tokens in production.🤖 Generated with [Claude Code](https://claude.com/claude-code)Co-Authored-By: Claude <noreply@anthropic.com>
bretton.dev 1 week ago 7f7ca776 c8898b14
··· 83 83 # OAuth (for community account provisioning) 84 84 OAUTH_CLIENT_ID: ${OAUTH_CLIENT_ID} 85 85 OAUTH_REDIRECT_URI: ${OAUTH_REDIRECT_URI} 86 86 + OAUTH_SEAL_SECRET: ${OAUTH_SEAL_SECRET} 86 87 87 88 # Application settings 88 89 PORT: 8080