From 0a17fe4eb6ab312cd56b44bd8c43caa92ffa4314 Mon Sep 17 00:00:00 2001 From: Gabe Date: Tue, 19 May 2026 22:49:10 +0000 Subject: [PATCH] Update Financial_Containers/invoiceshelf/compose.yaml --- Financial_Containers/invoiceshelf/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Financial_Containers/invoiceshelf/compose.yaml b/Financial_Containers/invoiceshelf/compose.yaml index bb35f51..c120143 100644 --- a/Financial_Containers/invoiceshelf/compose.yaml +++ b/Financial_Containers/invoiceshelf/compose.yaml @@ -14,7 +14,7 @@ services: env_file: - .env environment: - - POSTGRES_PASSWORD=${POSTGRES_PASSWORD} + - POSTGRES_PASSWORD=${DB_PASSWORD} - DB_PASSWORD=${DB_PASSWORD} - POSTGRES_USER=invoiceshelf - POSTGRES_DB=invoiceshelf