Skip to content

Kan-T-IT/giswater4-postgres-db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Compose for GISWater 4

It actuality docker compose by configure for implement of GISWater 4.3 used Kartoza Image

It step next

  1. Clone of repository

  2. Copy variable file

cp .example.env .env
  1. You can change variable in .env, for example user or password of pgadmin

  2. Run docker compose

docker-compose up -d
  1. 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

connection setting pgadmin

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:

connection setting qgis

Ready for use !!!

About

Docker compose for deploy on db postgres for GISWater 4

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors