diff --git a/BTCPayServer.Tests/docker-compose.altcoins.yml b/BTCPayServer.Tests/docker-compose.altcoins.yml index a9edf6b34..da0e6e6be 100644 --- a/BTCPayServer.Tests/docker-compose.altcoins.yml +++ b/BTCPayServer.Tests/docker-compose.altcoins.yml @@ -225,7 +225,9 @@ services: links: - bitcoind postgres: - image: postgres:9.6.5 + image: postgres:13.4 + environment: + POSTGRES_HOST_AUTH_METHOD: trust ports: - "39372:5432" expose: diff --git a/BTCPayServer.Tests/docker-compose.yml b/BTCPayServer.Tests/docker-compose.yml index 86ffc574a..ddad7e3b1 100644 --- a/BTCPayServer.Tests/docker-compose.yml +++ b/BTCPayServer.Tests/docker-compose.yml @@ -213,7 +213,9 @@ services: - bitcoind postgres: - image: postgres:9.6.5 + image: postgres:13.4 + environment: + POSTGRES_HOST_AUTH_METHOD: trust ports: - "39372:5432" expose: