From f0433a263b79f727f2c1ebd34498146c344b413c Mon Sep 17 00:00:00 2001 From: caminsha Date: Mon, 17 May 2021 14:01:58 +0200 Subject: [PATCH] Replaced one more occurence of the password 'password' --- docker-compose.tmpl.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.tmpl.yml b/docker-compose.tmpl.yml index 0740e4f..36b9f32 100644 --- a/docker-compose.tmpl.yml +++ b/docker-compose.tmpl.yml @@ -346,7 +346,7 @@ services: environment: POSTGRES_DB: greenlight POSTGRES_USER: postgres - POSTGRES_PASSWORD: password + POSTGRES_PASSWORD: ${POSTGRESQL_SECRET} healthcheck: test: ["CMD-SHELL", "pg_isready -U postgres"] interval: 10s