Skip to content

[DOCKER] Official postgres image extended with postgis and pgrouting (DEPRECATED : see postgis/postgis)

Notifications You must be signed in to change notification settings

mborne/docker-postgis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-postgis

DEPRECATED : see postgis/postgis public image

Description

Docker image running PostgreSQL with PostGIS and pgRouting extensions.

Usage

  • Start postgis : docker-compose up -d

  • Configure environment (~/.profile)

export PGHOST=localhost
export PGUSER=postgis
export PGPASSWORD=postgis
  • Create gis database
createdb gis
psql -d gis -c "CREATE EXTENSION postgis"

Tuning

See :

About

[DOCKER] Official postgres image extended with postgis and pgrouting (DEPRECATED : see postgis/postgis)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages