LEARN how to setup POSTGRESQL / POSTGIS and PgAdmin4 on DOCKER

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 พ.ย. 2024

ความคิดเห็น • 9

  • @hoosier-daddy465
    @hoosier-daddy465 8 หลายเดือนก่อน

    excellent video, easy to understand

  • @javiersoto7551
    @javiersoto7551 6 หลายเดือนก่อน

    Hi, thanks for the video. I would like to know how to do the same in AWS using an EC2 instance. Moreover, I would like to see an example on how to upgrade postgres using docker but keeping the database (I believe it can be achieved with the volumes). Finally, I am interested on how to use docker for creating geoserver instance in AWS and share spatial data securely with WMS/WFS layers. Thanks

  • @maamounhajnajeeb209
    @maamounhajnajeeb209 10 หลายเดือนก่อน

    Do I need a network when linking PostGIS with a Django project or the default network created on docker-compose up is enough?

  • @Davidkiania
    @Davidkiania ปีที่แล้ว +1

    Think there's a command missing "docker network create gisnet"

    • @talesfromthegis
      @talesfromthegis  ปีที่แล้ว

      If I remember correctly there is a note about that in the video but thanks for highlighting that!

  • @uguremirmustafaoglu40
    @uguremirmustafaoglu40 ปีที่แล้ว

    I guess you did create the network behind the scenes. I am getting this error: network gisnet declared as external, but could not be found

    • @talesfromthegis
      @talesfromthegis  ปีที่แล้ว +1

      Yes. It is a named network so you need to configure it manually using: docker network create gisnet
      Sorry for not saying that 😅

  • @vittorioemanueleiervolino
    @vittorioemanueleiervolino ปีที่แล้ว +1

    Troppo complicato, non capisco perché installi da linee di codice (mi sono perso al secondo passaggio... forse al primo) quando invece ci sono dei comodissimi pacchetti di installazione. Il problema sono comunque io... totalmente ignorante, si fa davvero fatica a trovare qualcuno che spieghi in maniera semplice. Grazie comunque.

    • @talesfromthegis
      @talesfromthegis  ปีที่แล้ว +2

      Grazie per il tuo commento. Sebbene sia vero quello che dici usare docker ha innumerevoli vantaggi per lo sviluppo tra cui poter avere più versioni e ambienti sulla stessa macchina.