From db03135591eb3c2e916641fded652824d2118c26 Mon Sep 17 00:00:00 2001 From: Tom Hipkin Date: Tue, 29 Mar 2022 17:48:10 +0100 Subject: [PATCH] Docker Compose is explicit about the Postgres user name `postgres` is the default [1] so this should be a refactoring that makes each docker compose file dev, test and CI, the same. [1] https://hub.docker.com/_/postgres/ --- docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose.yml b/docker-compose.yml index c29099bc..747eb359 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,6 +31,7 @@ services: environment: # TODO: Update rails-template with application name POSTGRES_DB: rails-template-development + POSTGRES_USER: postgres POSTGRES_PASSWORD: password POSTGRES_HOST_AUTH_METHOD: trust networks: