prisma / prisma-examples

🚀 Ready-to-run Prisma example projects
https://www.prisma.io/docs/
Apache License 2.0
6.07k stars 1.42k forks source link

Add Dockerfile example(s) #1856

Open Jolg42 opened 4 years ago

Jolg42 commented 4 years ago

It was removed at some point see https://github.com/prisma/prisma-examples/issues/1437

Jolg42 commented 4 years ago

Example from nestjs-prisma:

Dockerfile https://github.com/marcjulian/nestjs-prisma/blob/master/src/nestjs-prisma/templates/docker/Dockerfile

docker-compose.yml https://github.com/marcjulian/nestjs-prisma/blob/master/src/nestjs-prisma/templates/docker/docker-compose.yml

marcjulian commented 2 years ago

Files have moved

https://github.com/notiz-dev/nestjs-prisma/tree/main/schematics/nestjs-prisma/templates/docker

Dockerfile https://github.com/notiz-dev/nestjs-prisma/blob/main/schematics/nestjs-prisma/templates/docker/common/Dockerfile

TMInnovations commented 2 years ago

Have the files moved again? I only get 404 ;-)

marcjulian commented 2 years ago

@TMInnovations yes they moved again! Repo moved and also added docker-compose.yml for postgres and mysql. I updated the links.