December 5, 2025Dec 5 Docker Variables and explanations:Could you advise on the ones which '????' please.We are running behind a Nginx Reverse ProxyIll update based on your advice to help for others (Which is why ive put them in all in to assist others)tAHTTP Port: 3000The port this docker runs on. default 3000Example: 3000NEXT_PUBLIC_WEBAPP_URLPublic base URL used in links/emails (no trailing slash)Example: https://something.domain.comNEXTAUTH_URLCanonical public URL for Auth.js/NextAuth (no trailing slash)??????????????????????????????AUTH_TRUST_HOSTTrust reverse proxy headers for Auth.js (true when behind NPM)???????????????????????????????NEXT_PUBLIC_DISABLE_SIGNUPDisable self-service /signup (true = staff invite/guest signing only)NEXTAUTH_SECRET:Long random secret for Auth.js/NextAuth (≥32 chars)Example: 66436772873938711003913006355113NEXT_PRIVATE_ENCRYPTION_KEYPrimary encryption key for stored secrets (≥32 chars)Example: 66436772873938711003913006355113NEXT_PRIVATE_DATABASE_URLPrimary DB URL (with pooling)Example: postgresql://user:pass@host:5432/db?sslmode=preferNEXT_PRIVATE_DIRECT_DATABASE_URLDirect DB URL (no pooling; migrations/long queries)Example: postgresql://user:pass@host:5432/db?sslmode=preferNEXT_PRIVATE_SMTP_TRANSPORTNEXT_PRIVATE_SMTP_HOSTNEXT_PRIVATE_SMTP_PORTNEXT_PRIVATE_SMTP_USERNAMENEXT_PRIVATE_SMTP_PASSWORDNEXT_PRIVATE_SMTP_FROM_NAMENEXT_PRIVATE_SMTP_FROM_ADDRESSSigning Cert (.p12) Path:Host path to PKCS#12 certificate?????????????????????????????????NEXT_PRIVATE_SIGNING_TRANSPORTSigning transport (local or cloud provider)?????????????????????????????????
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.