From 179afb850572e45f6becc49282cb13a3a03f1d8f Mon Sep 17 00:00:00 2001 From: Max Proske Date: Wed, 7 Dec 2022 21:58:36 -0800 Subject: [PATCH] Add link to official Next.js example Signed-off-by: Max Proske --- README.md | 1 + next/README.md | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 next/README.md diff --git a/README.md b/README.md index a65f2fc..45504c9 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ with Spring framework and a Postgres database. Use with Docker Dev Environments +- [`Next.js`](https://github.com/docker/awesome-compose/tree/master/next) ## Basic setups for different platforms (not production ready - useful for personal use) diff --git a/next/README.md b/next/README.md new file mode 100644 index 0000000..1d9f2b5 --- /dev/null +++ b/next/README.md @@ -0,0 +1,5 @@ +# Next.js Example + +The official example is maintained by the Next.js community: + +- [Compose + Next.js Example](https://github.com/vercel/next.js/tree/canary/examples/with-docker-compose)