Skip to content

indava/docker-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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=

Releases

No releases published

Packages

No packages published