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
- Host: GitHub
- URL: https://github.com/akullpp/postgres-docker-flyway-migrations-integration-testing
- Owner: akullpp
- License: mit
- Created: 2023-03-04T08:45:20.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-04T10:04:08.000Z (over 3 years ago)
- Last Synced: 2025-10-10T23:38:03.181Z (9 months ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```