notiz-dev / nestjs-prisma-starter

Starter template for NestJS 😻 includes GraphQL with Prisma Client, Passport-JWT authentication, Swagger Api and Docker
MIT License
2.37k stars 336 forks source link

update docker-compose.yml postgres version #448

Closed mfakhrusy closed 3 years ago

mfakhrusy commented 3 years ago

hey!

I see that docker-compose.db.yml uses postgresql v13 but docker-compose.yml uses v12.

this MR will make both have the same version.

marcjulian commented 3 years ago

Thank you for fixing it!