goose-mysql - is lightweight Docker image for goose with MySQL
Usage with Docker Compose
services:
migrations:
image: cispace/goose-mysql
volumes:
- ./migrations:/migrations
environment:
GOOSE_DBSTRING: "root:root@tcp(goose_mysql:3306)/test"
command: up