Skip to content

fixing docker deployment#220

Merged
Deodat-Lawson merged 2 commits into
mainfrom
feature/optimize-docker-deployment
Mar 1, 2026
Merged

fixing docker deployment#220
Deodat-Lawson merged 2 commits into
mainfrom
feature/optimize-docker-deployment

Conversation

@Deodat-Lawson
Copy link
Copy Markdown
Owner

No description provided.

@vercel
Copy link
Copy Markdown

vercel Bot commented Feb 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pdr-ai-v2 Ready Ready Preview, Comment Mar 1, 2026 6:53am

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4545e75aa0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread docker-compose.yml Outdated
NEXT_PUBLIC_UPLOADTHING_ENABLED: ${NEXT_PUBLIC_UPLOADTHING_ENABLED:-}
# Inngest — required in production for background job processing
INNGEST_EVENT_KEY: ${INNGEST_EVENT_KEY}
INNGEST_EVENT_KEY: ${INNGEST_EVENT_KEY:-placeholder}
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Require real Inngest key instead of placeholder default

Using INNGEST_EVENT_KEY: ${INNGEST_EVENT_KEY:-placeholder} allows the app to start even when no real key is configured, but src/env.ts only validates that the value is non-empty and InngestDispatcher will still try to dispatch jobs with that bogus key; in production-like deployments this turns a clear startup misconfiguration into runtime job-delivery failures (401/failed sends) after users trigger background processing.

Useful? React with 👍 / 👎.

@Deodat-Lawson Deodat-Lawson merged commit 9f4cf78 into main Mar 1, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant