Postgres Container - Docker Part 2

Поделиться
HTML-код
  • Опубликовано: 14 янв 2025

Комментарии • 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!

    • @ajudmeister
      @ajudmeister  5 месяцев назад +1

      Check the next one :)

  • @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 😊

  • @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

  • @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.