Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 260 Bytes

File metadata and controls

18 lines (15 loc) · 260 Bytes

docker-postgres

latest postgreSQL + postGIS

docker-compose.yml

version: '3.8'

services:
  psql:
    build: build/psql
    restart: always
    shm_size: 32M
    environment:
      - POSTGRES_DB=
      - POSTGRES_USER=
      - POSTGRES_PASSWORD=