Skip to content

ci-space/goose-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Lightweight image for Goose with PostgreSQL

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published