compose: forward OWNER_EMAIL to the backend container #241
Reference in New Issue
Block a user
Delete Branch "compose-forward-owner-email"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #240. The backend service env block is an explicit allow-list that omitted
OWNER_EMAIL, so setting it in.envnever reached the app and the instance had no owner despite the var being set. Adds the passthrough (verified live on prod: backend now reportsOWNER_EMAIL=justin@jpaul.me).Flags a broader gap in the body: AI provider keys + SMTP are similarly not forwarded — a noted follow-up.
🤖 Generated with Claude Code