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
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.
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.
excellent video, easy to understand
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
Do I need a network when linking PostGIS with a Django project or the default network created on docker-compose up is enough?
Think there's a command missing "docker network create gisnet"
If I remember correctly there is a note about that in the video but thanks for highlighting that!
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
Yes. It is a named network so you need to configure it manually using: docker network create gisnet
Sorry for not saying that 😅
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.
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.