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)