Add link to official Next.js example

Signed-off-by: Max Proske <max@mproske.com>
This commit is contained in:
Max Proske 2022-12-07 21:58:36 -08:00
parent e3ea3e9044
commit 179afb8505
2 changed files with 6 additions and 0 deletions

View File

@ -66,6 +66,7 @@ with Spring framework and a Postgres database.&nbsp;<a href="spring-postgres"><i
- [`Portainer`](https://github.com/docker/awesome-compose/tree/master/portainer)
- [`Wireguard`](https://github.com/docker/awesome-compose/tree/master/wireguard)
- [`FastAPI`](fastapi)&nbsp;<a href="fastapi#use-with-docker-development-environments"><img src="icon_devenvs.svg" alt="Use with Docker Dev Environments" height="30" align="top"/></a>
- [`Next.js`](https://github.com/docker/awesome-compose/tree/master/next)
## Basic setups for different platforms (not production ready - useful for personal use)

5
next/README.md Normal file
View File

@ -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)