localhost-pgsql-postgis

Setup

example

git clone https://github.com/shohei-ot/localhost-pgsql-postgis
cd localhost-pgsql-postgis
cp .env.example .env

Start

docker-compose up

Stop

docker-compose down

Access

example

psql -U postgres -h localhost -p 5432