Using Prisma with MongoDB + Docker

preview_player
Показать описание
Using a Dockerized MongoDB with Prisma is easy right? Wrong! In this video, I’m going to make it easy for you.

There are 3 main reasons this was hard from the Mongo + Docker perspective and we’re going to cover them one by one. I’ll also explain why doing this in Docker can be beneficial.

~~ Chapters ~~
0:00 Intro
0:29 Setup Prisma
2:27 Setting a MongoDB Replica Set in Docker
6:17 Syncing Prisma with Mongo
8:02 Fixing Prisma's Dockerfile
9:46 Why I Prefer This Setup

----
Рекомендации по теме
Комментарии
Автор

You save the hell out of my day today real face alot error i was trying to dockerized my nestjs server with mongodb prisma and redis and the app itself. Your turorial save me after 2 days of rooming about. thanks brother

tijanimiracle
Автор

A lot of respect man. you have saved me hours of work

HriSri
Автор

Great video! This tutorial was a lifesaver for me. I struggled to get the Docker image running due to the new "replica" thing, but your explanation was clear and easy to follow. Thanks for sharing your knowledge and making the process much easier!

SyedHaroon
Автор

This is success! Thank you for the tutorial. I spent my afternoon trying to figure out the issue, and your video saved me

VitorVelosoSA
Автор

Love the video!

It's been so long, I've been trying to set this stuff up!

axon
Автор

dude, thank you so much man. What an absolute bro.

st-jngk
Автор

Straight to the point, great tutorial!
Great video, helped me a lot!
One more subscriber!
Success!

renends
Автор

Thanks for your video you made so easy 💛💛!!

it's such a pain to setup 💢💢💢

lyesbrouri
Автор

Good Job !!!
it video saved my day
Thanks !!!

fabiocaetano
Автор

thanks! helped a lot...ive been stuck on this for long hours 🤣🤣

dgosza
Автор

great, but how to add the app in the docker-compose and run 'prisma db push' in it ? the RUN in my Dockerfile fail

SebastienGALVAGNO
Автор

Thank you very much bro, you saved me many hours :)

georgegiosue
Автор

Love you so much! you are better than copilot hahahahah

manuelalvarez
Автор

I am a new beginner in Backend Development and was trying to dockerize my notesharing app built with prisma mongodb and nodejs express. While making the image i am getting Admin Not found error and I know it may be a silly think I am asking but I am trying to learn DEVOPS. Please help me trouble shoot it because I am not able to deploy the app on vercel it is giving version `GLIBC_2.27' not found this error on vercel.

jami
Автор

I ran into an issue when trying to push, was resolved by putting at end of db URI instead of just `?authSource=admin`

TheMaxiviper
Автор

Great video! What about mongo 6 can it be configured in the same way?

alex-it
Автор

GREAT video! Only thing that would have made it better would have been discussing migrations / pull / deploy / etc. #subscribed

realisticprogramming
Автор

Nice, tnx a lot!! What about mongo:6 ? 😅

top_ssecret
Автор

Hi Can you please the github repo for this video?

yashgupta
Автор

did you ever have the chance to upgade to mongo 6?

bernardstein