goose-postgres - is lightweight Docker image for goose with PostgreSQL
Usage with Docker Compose
services:
migrations:
image: cispace/goose-postgresvolumes:
- ./migrations:/migrationsenvironment:
GOOSE_DBSTRING: "host=postgres user=root password=root dbname=users sslmode=disable"command: up