It actuality docker compose by configure for implement of GISWater 4.3 used Kartoza Image
It step next
-
Clone of repository
-
Copy variable file
cp .example.env .env-
You can change variable in .env, for example user or password of pgadmin
-
Run docker compose
docker-compose up -d- Ready!!!
You can access to pgadmin on http://localhost:5050 and you can create to server connection, You must use the container's IP and port 5432.
For Example of configuration connection
You can see two db, giswater4 an project. First is for giswater4, it haved create extension of postgis, postgis_raster and pg_router. The second is for save the QGIS project.
For configuration QGIS connection you must use the next configuration:
Ready for use !!!

