From 8c1ed19966ae41f4b5dd0f90f608eab4987c8715 Mon Sep 17 00:00:00 2001 From: ITQ Date: Fri, 25 Jul 2025 16:21:06 +0300 Subject: [PATCH] chore: removed docker compose secrets --- infrastructure/pgadmin/.env.template | 4 +++- infrastructure/postgres/.env.template | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/infrastructure/pgadmin/.env.template b/infrastructure/pgadmin/.env.template index 32b6c66..292edfa 100644 --- a/infrastructure/pgadmin/.env.template +++ b/infrastructure/pgadmin/.env.template @@ -1,2 +1,4 @@ PGADMIN_DEFAULT_EMAIL=admin@mail.com -PGADMIN_DEFAULT_PASSWORD_FILE=/run/secrets/pgadmin_password +PGADMIN_DEFAULT_PASSWORD=password +PGADMIN_DISABLE_POSTFIX=True +PGADMIN_REPLACE_SERVERS_ON_STARTUP=True diff --git a/infrastructure/postgres/.env.template b/infrastructure/postgres/.env.template index 9ad6d4b..8acbdb3 100644 --- a/infrastructure/postgres/.env.template +++ b/infrastructure/postgres/.env.template @@ -1,3 +1,3 @@ POSTGRES_DB=postgres POSTGRES_USER=postgres -POSTGRES_PASSWORD_FILE=/run/secrets/postgres_password +POSTGRES_PASSWORD=postgres