Skip to content

byteroad/postgis-dgt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

The docker compose file contains a Postgis instance and a script to upload two shapefiles.

Create an .env file locally with following format:

POSTGRES_HOST="postgis"
POSTGRES_PORT="5432"
POSTGRES_DB="geodb"
POSTGRES_USER="postgres"
POSTGRES_PASSWORD="postgres"
POSTGRES_URL=postgresql://postgres:postgres@postgis:5432/geodb

License

This project is released under an MIT License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors