/postgres-docker-flyway-migrations-integration-testing

Postgres Docker image with Flyway migrations for integration testing

Primary LanguageDockerfileMIT LicenseMIT

Postgres Docker image with Flyway migrations for integration testing

See article.

docker build . -t foobar
docker run -e POSTGRES_USER=admin -e POSTGRES_PASSWORD=admin -e POSTGRES_DB=platform foobar