Postgres Container - Docker Part 2

Поділитися
Вставка

КОМЕНТАРІ • 14

  • @moonknight-px3is
    @moonknight-px3is 5 місяців тому +1

    Hey, loved your tutorial! I'd be super excited to see one on Docker Compose for Django with Postgres, Redis, Celery, and Flower. It would be a game-changer for scalable projects. Thanks!

  • @abrscab1239
    @abrscab1239 4 місяці тому

    Great resource, Thank you Andreas

  • @yasithawijethunga5742
    @yasithawijethunga5742 5 місяців тому

    Best Explanations. Thank You.🤩

  • @Armin-q6p
    @Armin-q6p 5 місяців тому

    Cool stuff bro, and beautifull place where you are now

    • @ajudmeister
      @ajudmeister  5 місяців тому

      Thanks man. Yea very traditional 😊

  • @Pigeon2338
    @Pigeon2338 5 місяців тому

    perfect as always! the great thing about this method is the isolation! even if an attacker manages to get db user and pass, he has no way of accessing the db it self (assumming its not exposed). The down side is syncing it with other dbs :)
    thank you @ajudmeister

    • @Pigeon2338
      @Pigeon2338 5 місяців тому

      I believe next video is github CI/CD regrading this matter and suddenly we have an standard professional production django series on youtube.

  • @midhunskani
    @midhunskani 5 місяців тому

    Noice

  • @deez_dev
    @deez_dev 5 місяців тому

    man you always provide, and it always helpful ♥
    what are your thoughts on FastAPI?

    • @deez_dev
      @deez_dev 5 місяців тому

      and I really hope you do a full docker setup for a django postgres app with redis and celery

    • @ajudmeister
      @ajudmeister  5 місяців тому +1

      @@deez_devyea in the next one.

    • @ajudmeister
      @ajudmeister  5 місяців тому +1

      Thanks. FastAPI looks great if you work with API primarily. I haven’t worked with it yet, but I am planning a API series where I will have a quick look at this framework