8000 GitHub - mborne/docker-postgis: [DOCKER] PostgreSQL image extended with postgis, ogr-fdw and pgrouting extensions (DEPRECATED : see postgis/postgis)
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[DOCKER] PostgreSQL image extended with postgis, ogr-fdw and pgrouting extensions (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

31 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] PostgreSQL image extended with postgis, ogr-fdw and pgrouting extensions (DEPRECATED : see postgis/postgis)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 
0