@dsyer ran into an issue where a Postgres update prevented the start of the Postgres container used for integration tests. Adding a --force-recreate --renew-anon-volumes would fix that, but as of now, there's no possibility to add additional flags to the docker compose up call.
@dsyer ran into an issue where a Postgres update prevented the start of the Postgres container used for integration tests. Adding a
--force-recreate --renew-anon-volumeswould fix that, but as of now, there's no possibility to add additional flags to thedocker compose upcall.