You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BenchmarksApps/TechEmpower/nextjs/README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,6 @@ The app requires a Postgres database based on the [TechEmpower Postgres Docker i
8
8
9
9
*NOTE: Currently using Next.js version 13.4.0 rather than latest due to [this issue](https://github.com/vercel/next.js/issues/48173#issuecomment-1584585902)*
10
10
11
-
The [Dockerfile](./Dockerfile) will build a standalone image (based on node-alpine) for running the app on port 3000.
11
+
The app is using a custom server to enable clustering (scaling node instances across CPUs) in production based on the [custom server example here](https://github.com/vercel/next.js/tree/canary/examples/custom-server).
12
+
13
+
The [Dockerfile](./Dockerfile) will build a standalone image (based on node-alpine) for running the app on port 3000. Note that in docker the host name for the Postgres database is set to `postgres_te`.
0 commit comments