Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 818 Bytes

File metadata and controls

19 lines (15 loc) · 818 Bytes

goose-postgres

Docker Image Version Docker Image Size

goose-postgres - is lightweight Docker image for goose with PostgreSQL

Usage with Docker Compose

services:
  migrations:
    image: cispace/goose-postgres
    volumes:
      - ./migrations:/migrations
    environment:
      GOOSE_DBSTRING: "host=postgres user=root password=root dbname=users sslmode=disable"
    command: up