Using Prisma with MongoDB + Docker

Sdílet
Vložit
  • čas přidán 12. 06. 2024
  • 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
    ----
    LinkedIn: / jemini-io
    GitHub: github.com/jemini-io
    Intro Music By Eggy Toast: freemusicarchive.org/music/eg...

Komentáře • 32

  • @SyedHaroon786
    @SyedHaroon786 Před rokem +2

    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!

  • @VitorVelosoSA
    @VitorVelosoSA Před 8 měsíci

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

  • @haneenmahdin7647
    @haneenmahdin7647 Před rokem

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

  • @renends7615
    @renends7615 Před rokem

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

  • @georgegiosue
    @georgegiosue Před rokem

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

  • @fabiocaetano2535
    @fabiocaetano2535 Před 9 měsíci

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

  • @dgosza
    @dgosza Před rokem

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

  • @gabrielteiga
    @gabrielteiga Před 3 měsíci

    Awesome video!

  • @user-jq4wd9kf2e
    @user-jq4wd9kf2e Před 6 měsíci

    Thank you man! You saved me!!!

  • @st-jn2gk
    @st-jn2gk Před rokem

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

    • @st-jn2gk
      @st-jn2gk Před rokem

      Also you seem really intelligent. W man

    • @jemini-io
      @jemini-io  Před rokem

      Any thing for you, bro.

  • @user-sl7lc8vl6e
    @user-sl7lc8vl6e Před rokem

    Thanks for your video you made so easy 💛💛!!
    it's such a pain to setup 💢💢💢

  • @reenanms
    @reenanms Před rokem

    thanks man, save my life 😁

  • @manuelalvarez394
    @manuelalvarez394 Před 6 měsíci

    Love you so much! you are better than copilot hahahahah

  • @123norway
    @123norway Před rokem

    THANK YOU

  • @SebastienGALVAGNO
    @SebastienGALVAGNO Před 8 dny

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

  • @wandersondavid1794
    @wandersondavid1794 Před rokem

    thank you

  • @jami4588
    @jami4588 Před 4 měsíci

    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.

  • @TheMaxiviper117
    @TheMaxiviper117 Před 6 měsíci

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

  • @realisticprogramming
    @realisticprogramming Před 5 měsíci

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

  • @alex-it
    @alex-it Před rokem

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

  • @vovabeliy1230
    @vovabeliy1230 Před rokem

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

    • @jemini-io
      @jemini-io  Před rokem +1

      Ah man, ill have to check it out. Hopefully its not much different 😬

  • @bernardstein1651
    @bernardstein1651 Před 11 měsíci

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

    • @jemini-io
      @jemini-io  Před 10 měsíci +1

      No, been busy, which is a good thing, but next time someone asks about it I'll poke and see how hard it is!

  • @yashgupta1405
    @yashgupta1405 Před 11 měsíci

    Hi Can you please the github repo for this video?

  • @student3506
    @student3506 Před 4 měsíci

    thanks man

  • @big_dick_energy
    @big_dick_energy Před 6 měsíci

    YOU ARE A FUCKING GOD. THANK YOU!!!!