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