An open API service indexing awesome lists of open source software.

https://github.com/akullpp/postgres-docker-flyway-migrations-integration-testing

Postgres Docker image with Flyway migrations for integration testing
https://github.com/akullpp/postgres-docker-flyway-migrations-integration-testing

Last synced: 4 months ago
JSON representation

Postgres Docker image with Flyway migrations for integration testing

Awesome Lists containing this project

README

          

# Postgres Docker image with Flyway migrations for integration testing

[See article](https://chrysanthium.com/postgres-docker-flyway-migrations-integration-testing).

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