This commit is contained in:
Max Proske 2023-01-09 19:51:24 -08:00 committed by GitHub
commit d0f27234d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -70,6 +70,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)