Skip to content

perfectsquircle/flyway_docker_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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