Flyway/Docker Example This repo demonstrates how to test Flyway migrations with Docker. To run migrations: docker-compose run --rm migrations To clean up: docker-compose down -v